website/www/package.json

27 lines
718 B
JSON

{
"name": "@ily/www",
"type": "module",
"scripts": {
"dev": "astro dev --port 4322",
"build": "astro build --remote && node scripts/generate-stats.js",
"preview": "astro preview",
"serve": "pnpm build && npx serve .vercel/output/static -l 4322"
},
"dependencies": {
"@astrojs/db": "^0.19.0",
"@astrojs/rss": "^4.0.15",
"@astrojs/vercel": "^9.0.4",
"@auth/core": "^0.37.4",
"astro": "^5.16.13",
"auth-astro": "^4.2.0",
"js-yaml": "^4.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-slug": "^7.0.1",
"remark-smartypants": "^3.0.2",
"unist-util-visit": "^5.1.0"
}
}