Files
website-enchun-mgr/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

33 lines
894 B
JSON

{
"name": "enchun-monorepo",
"private": true,
"packageManager": "pnpm@10.17.0",
"scripts": {
"dev": "turbo run dev --parallel",
"dev:stop": "echo 'Stopping dev servers...' && pkill -f 'astro.js dev' && pkill -f 'next dev' && pkill -f 'pnpm dev' && echo 'Dev servers stopped' || echo 'No dev servers were running'",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"bmad:refresh": "bmad-method install -f -i codex",
"bmad:list": "bmad-method list:agents",
"bmad:validate": "bmad-method validate"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^7.0.1",
"turbo": "^2.0.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"esbuild",
"unrs-resolver"
]
},
"workspaces": [
"apps/frontend",
"apps/backend",
"packages/*"
]
}