-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.27 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
{
"private": true,
"author": "gongzhen <[email protected]>",
"scripts": {
"dev": "max dev",
"build": "max build",
"setup": "max setup",
"start": "npm run dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"postinstall": "max setup",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/pro-components": "^2.6.3",
"@react-three/drei": "^9.77.10",
"@react-three/fiber": "^8.13.4",
"@umijs/max": "^4.0.72",
"ahooks": "^3.7.8",
"antd": "^5.6.3",
"classnames": "^2.3.2",
"dexie": "^3.2.4",
"fast-json-patch": "^3.1.1",
"hotkeys-js": "^3.10.4",
"immer": "^10.0.2",
"mitt": "^3.0.1",
"poor-utils-pro": "^2.2.1",
"react-fast-compare": "^3.2.2",
"react-loading": "^2.0.3",
"react-use-gesture": "^9.1.3",
"three": "^0.154.0",
"three-stdlib": "^2.23.13",
"uuid": "^9.0.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/three": "^0.152.1",
"@types/uuid": "^9.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"tailwindcss": "^3",
"typescript": "^5.1.6"
}
}