-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 801 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 801 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
{
"name": "fabricator",
"version": "0.1",
"description": "A 3d Printing workbench based on Replicad",
"private": true,
"license": "MIT",
"homepage": "https://simg.github.io/fabricator/",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@react-three/drei": "10.7.7",
"@react-three/fiber": "9.5.0",
"comlink": "^4.3.1",
"file-saver": "^2.0.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router-dom": "^7.13.0",
"replicad": "^0.20.5",
"replicad-opencascadejs": "^0.20.2",
"replicad-threejs-helper": "^0.20.0",
"three": "^0.182.0"
},
"devDependencies": {
"@vitejs/plugin-react": "5.1.4",
"vite": "7.3.1"
},
"browserslist": [
">0.2%",
"not dead"
]
}