Pin React Three Fiber to React 18, remove PWA caching, add SessionGate and error boundaries, and document movie fusion, auth, outputs, and troubleshooting.
33 lines
761 B
JSON
33 lines
761 B
JSON
{
|
|
"name": "crypto-miner-dashboard",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.114.0",
|
|
"@react-three/fiber": "^8.17.10",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@types/three": "^0.184.1",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.20.0",
|
|
"recharts": "^2.10.0",
|
|
"three": "^0.170.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|