-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 KB
/
package.json
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
{
"name": "zoomland",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 80",
"build": "vite build",
"build-zoomland": "vite build --base /zoomland/ --outDir dist/zoomland",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview"
},
"dependencies": {
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@phosphor-icons/react": "^2.0.10",
"@react-spring/web": "^9.7.2",
"@react-three/drei": "^9.66.6",
"@react-three/fiber": "^8.13.0",
"@react-three/postprocessing": "^2.15.1",
"@react-three/rapier": "^0.15.1",
"@tanstack/react-query": "^4.29.7",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-joystick-component": "^6.2.1",
"react-lottie": "^1.2.4",
"react-nipple": "^1.0.2",
"react-router-dom": "^6.11.1",
"three": "^0.152.2",
"use-sound": "^4.0.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite": "^4.3.2",
"vite-plugin-glsl": "^1.1.2"
}
}