-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 760 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "appranium",
"version": "2.0.0",
"private": true,
"type": "module",
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@tensorflow/tfjs": "^4.22.0",
"@vitejs/plugin-react": "^4.2.0",
"dexie": "^4.3.0",
"framer-motion": "^12.34.3",
"jszip": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"recharts": "^2.12.0",
"three": "^0.183.1",
"vite": "^5.0.0"
},
"scripts": {
"dev": "vite",
"build": "node node_modules/vite/bin/vite.js build",
"vercel-build": "node node_modules/vite/bin/vite.js build",
"preview": "vite preview",
"test": "vitest run"
},
"devDependencies": {
"vitest": "^4.0.18"
}
}