26 lines
598 B
JSON
26 lines
598 B
JSON
{
|
|
"name": "nzambello.dev",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview-astro": "astro preview",
|
|
"preview": "astro build && wrangler pages dev ./dist",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^6.3.0",
|
|
"@astrojs/rss": "^2.4.1",
|
|
"@astrojs/sitemap": "^1.3.0",
|
|
"@fontsource/ubuntu": "^5.0.2",
|
|
"@fontsource/ubuntu-mono": "^5.0.2",
|
|
"@picocss/pico": "^1.5.10",
|
|
"astro": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^3.0.1"
|
|
}
|
|
}
|