-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "rack-explorer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"preview": "vite preview"
},
"dependencies": {
"@ctrl/tinycolor": "^4.2.0",
"@oxide/design-system": "^6.4.0",
"@pmndrs/detect-gpu": "^6.0.6",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/postprocessing": "^3.0.4",
"@tailwindcss/vite": "^4.2.4",
"@three.ez/instanced-mesh": "^0.3.15",
"@tldraw/state": "^5.0.0",
"@tldraw/state-react": "^5.0.0",
"@types/three": "^0.184.1",
"clsx": "^2.1.1",
"js-cookie": "^3.0.5",
"motion": "^12.38.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"remeda": "^2.34.0",
"tailwindcss": "^4.2.4",
"three": "^0.184.0",
"three-mesh-bvh": "^0.9.9",
"tweakpane": "^4.0.5"
},
"devDependencies": {
"@tweakpane/core": "^2.0.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^25.9.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"baseline-browser-mapping": "^2.10.27",
"oxfmt": "^0.52.0",
"oxlint": "^1.63.0",
"typescript": "~6.0.3",
"vite": "^8.0.14"
}
}