-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 889 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 889 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": "depth-flow-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"build:package": "tsc -b && tsup --clean"
},
"dependencies": {
"@preact/signals-react": "^3.2.0",
"clsx": "^2.1.1",
"fflate": "^0.8.2",
"idb": "^8.0.3",
"motion": "^12.18.1",
"onnxruntime-web": "^1.22.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"twgl.js": "^6.1.1"
},
"devDependencies": {
"@preact/signals-react-transform": "^0.5.2",
"@tailwindcss/vite": "^4.1.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"daisyui": "^5.0.43",
"tailwindcss": "^4.1.10",
"tsup": "^8.5.0",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}