- 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
33 lines
716 B
JSON
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"
|
|
}
|
|
}
|