-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 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
{
"name": "yAR-htzee",
"author": {
"name": "platane"
},
"version": "0.0.1",
"private": true,
"dependencies": {
"@react-three/drei": "10.7.7",
"@react-three/fiber": "9.5.0",
"cannon-es": "0.20.0",
"parse-multipart-data": "1.5.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-touch-visualizer": "0.0.1",
"three": "0.175.0",
"tunnel-rat": "0.1.2"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20260228.0",
"@types/bun": "1.3.9",
"@types/react": "19.1.2",
"@types/react-dom": "19.2.3",
"@types/three": "0.175.0",
"@types/webxr": "0.5.24",
"prettier": "2.8.8",
"typescript": "5.9.3",
"vite": "7.3.1",
"wrangler": "4.67.0"
},
"scripts": {
"download-8th-sdk": "( mkdir -p public/8thwall-sdk ; cd public/8thwall-sdk ; wget https://github.com/8thwall/engine/raw/refs/heads/main/xr-standalone.zip?download= && unzip xr-standalone.zip?download= && rm xr-standalone.zip?download=)",
"type": "tsc --noEmit",
"lint": "prettier -c '**/*.{ts,tsx,js,jsx,json,md,html}' '!**/{build,web_modules}/**'",
"dev": "vite",
"test": "bun test"
}
}