-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 857 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 857 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
32
33
34
35
36
{
"name": "cluster-lab",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"sync:onnx-wasm": "node scripts/sync-onnx-wasm.mjs",
"prebuild": "npm run sync:onnx-wasm",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "9.105.6",
"@react-three/fiber": "8.16.6",
"@huggingface/transformers": "3.8.1",
"buffer": "6.0.3",
"long": "5.2.3",
"lucide-react": "0.344.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"three": "0.164.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-pwa": "^1.2.0"
},
"overrides": {
"glob": "13.0.5",
"minimatch": "10.2.4",
"serialize-javascript": "7.0.5"
}
}