Skip to content

Commit 5528cc9

Browse files
committed
🧹 clean up dependencies
1 parent 167f0af commit 5528cc9

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

bun.lockb

-2.4 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,25 @@
66
"version": "0.0.1",
77
"private": true,
88
"dependencies": {
9-
"@loadable/component": "5.16.4",
109
"@react-three/drei": "10.0.6",
1110
"@react-three/fiber": "9.1.2",
1211
"cannon-es": "0.20.0",
13-
"nanoevents": "9.1.0",
1412
"react": "19.1.0",
1513
"react-dom": "19.1.0",
14+
"react-touch-visualizer": "0.0.1",
1615
"three": "0.175.0",
17-
"use-asset": "1.0.4",
18-
"zustand": "5.0.3",
1916
"tunnel-rat": "0.1.2"
2017
},
2118
"devDependencies": {
22-
"vite": "6.2.5",
19+
"@types/bun": "1.2.8",
2320
"@types/loadable__component": "5.13.9",
2421
"@types/react": "19.1.0",
2522
"@types/react-dom": "19.1.1",
2623
"@types/three": "0.175.0",
2724
"@types/webxr": "0.5.21",
28-
"@types/bun": "1.2.8",
2925
"prettier": "2.8.8",
30-
"react-touch-visualizer": "0.0.1",
31-
"typescript": "5.8.3"
26+
"typescript": "5.8.3",
27+
"vite": "6.2.5"
3228
},
3329
"scripts": {
3430
"type": "tsc --noEmit",

src/XR8Canvas/useXR8.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)