Files
website-enchun-mgr/apps/frontend/package.json
pkupuk b199f89998 Integrate CMS with Marketing Solutions page
Links the marketing solutions frontend page to the Payload CMS Pages
collection via the new API library. Removes legacy static portfolio
routes and components to consolidate marketing content. Enhances the
Header and Footer Astro components with improved responsive styling.
2026-02-27 20:05:43 +08:00

32 lines
853 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.17",
"better-auth": "^1.3.13",
"isomorphic-dompurify": "^3.0.0"
},
"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"
}
}