noway.moe/package.json

29 lines
714 B
JSON

{
"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/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.4",
"astro": "^4.0.7",
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.0.0",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"wrangler": "^3.22.1"
}
}