2023-12-25 20:01:37 -07:00
|
|
|
{
|
|
|
|
"name": "astro-site",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"pages:dev": "wrangler pages dev --compatibility-date=2023-12-18 -- astro dev",
|
|
|
|
"pages:deploy": "astro build && wrangler pages deploy ./dist"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/cloudflare": "^8.0.0",
|
|
|
|
"@astrojs/mdx": "^2.0.2",
|
|
|
|
"@astrojs/rss": "^4.0.1",
|
|
|
|
"@astrojs/sitemap": "^3.0.3",
|
2023-12-25 22:27:06 -07:00
|
|
|
"@astrojs/tailwind": "^5.0.4",
|
|
|
|
"astro": "^4.0.7",
|
|
|
|
"tailwindcss": "^3.4.0"
|
2023-12-25 20:01:37 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"wrangler": "^3.22.1"
|
|
|
|
}
|
2023-12-25 22:27:06 -07:00
|
|
|
}
|