Refresh Astro frontend implementation including new pages (Portfolio, Teams, Services), components, and styling updates.
31 lines
814 B
JSON
31 lines
814 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",
|
|
"typecheck": "astro check",
|
|
"deploy": "wrangler deploy"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.6.12",
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"agentation": "^2.1.1",
|
|
"agentation-mcp": "^1.1.0",
|
|
"astro": "6.0.0-beta.1",
|
|
"better-auth": "^1.3.13"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"autoprefixer": "^10.4.0",
|
|
"tailwindcss": "^4.1.14",
|
|
"typescript": "^5.7.3",
|
|
"wrangler": "^4.59.2"
|
|
}
|
|
} |