Files
website-enchun-mgr/apps/frontend/package.json
2025-10-13 11:37:20 +08:00

27 lines
669 B
JSON

{
"name": "@enchun/frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev --host --port 4321",
"dev:pages": "wrangler pages dev --compatibility-date=2024-01-01",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"deploy": "wrangler pages deploy dist"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.9",
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.1",
"better-auth": "^1.3.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.0",
"tailwindcss": "^4.1.14",
"typescript": "^5.4.0"
}
}