aiBatteryLifeCycle / package.json
NeerajCodz's picture
feat: full project — ML simulation, dashboard UI, models on HF Hub
f381be8
raw
history blame contribute delete
480 Bytes
{
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"axios": "^1.13.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"recharts": "^3.7.0",
"tailwindcss": "^4.2.1",
"three": "^0.183.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}