nzambello.dev/package.json

23 lines
474 B
JSON
Raw Normal View History

2023-05-30 17:12:28 +02:00
{
"name": "nzambello.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2023-05-31 10:17:30 +02:00
"preview-astro": "astro preview",
"preview": "wrangler pages dev ./dist",
2023-05-30 17:12:28 +02:00
"astro": "astro"
},
"dependencies": {
2023-05-31 10:17:30 +02:00
"@astrojs/cloudflare": "^6.3.0",
2023-05-30 17:12:28 +02:00
"@astrojs/rss": "^2.4.1",
"@astrojs/sitemap": "^1.3.0",
2023-05-31 10:17:30 +02:00
"astro": "^2.5.0"
},
"devDependencies": {
"wrangler": "^3.0.1"
2023-05-30 17:12:28 +02:00
}
2023-05-31 10:10:31 +02:00
}