1
0
forked from nixcn/nixcn-web
Files
nixcn-web/package.json
Asai Neko faa00aa16c Impl cloudflare wrangler
- Add astro cloudlfare plugin
- Generate cloudflare deploy configs

Signed-off-by: Asai Neko <sugar@sne.moe>
2025-12-09 17:21:41 +08:00

25 lines
730 B
JSON

{
"name": "nixcn-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.12",
"@astrojs/starlight": "^0.37.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
},
"devDependencies": {
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}