Files
phy-vr360/package.json
T
tuyenio 5e9e632345 perf: nén panorama 4096px + xuất WebP, LQIP theo path webp
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 09:01:13 +07:00

34 lines
787 B
JSON

{
"name": "phy-vr360",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"optimize:images": "node scripts/optimize-images.mjs"
},
"dependencies": {
"@paper-design/shaders-react": "^0.0.76",
"framer-motion": "^12.40.0",
"lottie-react": "^2.4.1",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.184.1",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}