-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"private": true,
"author": "lizhiwei <lizhiwei@movee.cn>",
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky install",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.0.1",
"@react-three/drei": "^9.65.3",
"@react-three/fiber": "^8.12.0",
"@umijs/max": "^4.0.52",
"antd": "^5.0.0",
"cannon": "^0.6.2",
"cannon-es": "^0.19.0",
"cannon-es-debugger": "^1.0.0",
"dat.gui": "^0.7.9",
"gsap": "^3.9.1",
"html2canvas": "^1.4.1",
"leva": "^0.9.34",
"lil-gui": "^0.16.0",
"lodash-es": "^4.17.21",
"maku.js": "^1.0.6",
"portfinder-sync": "0.0.2",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stats.js": "^0.17.0",
"three": "^0.137.5",
"vconsole": "^3.14.6",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/cannon": "^0.1.8",
"@types/dat.gui": "^0.7.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.148.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"typescript": "^4.1.2"
}
}