-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "dice",
"private": true,
"version": "0.1.0",
"type": "module",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.9",
"@mui/x-charts": "^6.19.4",
"@owlbear-rodeo/sdk": "^1.3.9",
"@react-three/drei": "^9.77.4",
"@react-three/fiber": "^8.13.4",
"@react-three/rapier": "^1.1.1",
"@types/uuid": "^8.3.4",
"immer": "^9.0.15",
"is-plain-object": "^5.0.0",
"lodash.throttle": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simplebar-react": "^3.2.1",
"three": "^0.153.0",
"zustand": "^4.1.2"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.152.1",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}