Files
defiQUG 680ceb4ea3 Mann Li FO: cinematic public site (Next.js static export), pnpm, Gitea CI
- public/: App Router, GSAP lineage corridor, R3F globe, IA routes, 曼李.com metadata
- CONTENT_GATES.md, DEPLOY.md (Cloudflare, NPMplus, Phoenix)
- .gitea/workflows/build-public.yml for static build artifact

Made-with: Cursor
2026-03-30 04:41:00 -07:00

33 lines
716 B
JSON

{
"name": "public",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@types/three": "^0.183.1",
"gsap": "^3.14.2",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}