-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
{
"name": "web-vr-project1",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nodemon develop.js --watch -c tailwind.config.cjs",
"dev1": "node develop.js",
"build": "vite build",
"start": "node develop.js --watch -c tailwind.config.cjs",
"format": "prettier --write \"src/*.{js,jsx,json,md,ts,tsx,css}\""
},
"dependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/material": "latest",
"@react-three/drei": "^9.17.1",
"@react-three/fiber": "^8.0.19",
"@react-three/xr": "^3.5.0",
"@types/node-sass": "^4.11.3",
"@types/react": "latest",
"@types/react-dom": "latest",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"gsap": "^3.10.4",
"nipplejs": "^0.9.1",
"node-sass": "^7.0.1",
"prettier": "^2.4.1",
"react": "18.1.0",
"react-audio-player": "^0.17.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.1.0",
"react-h5-audio-player": "^3.8.4",
"react-nipple": "^1.0.2",
"socket.io": "^4.3.2",
"tailwind-scrollbar-hide": "^1.1.7",
"three": "^0.141.0",
"vite": "^2.6.14",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@react-three/cannon": "^6.3.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/three": "^0.140.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"nodemon": "^2.0.15",
"postcss": "^8.4.14",
"sass": "^1.52.1",
"socket.io-client": "^4.3.2",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
}
}