-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "burning-card-web",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@react-three/fiber": "^8.0.27",
"antd": "^4.21.2",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"mobx": "^6.6.0",
"moment": "^2.29.3",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^6.3.0",
"three": "^0.141.0"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.5",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.0",
"less": "^4.1.3",
"typescript": "^4.6.3",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0"
}
}