-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.17 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
{
"private": true,
"author": "liaoyi <[email protected]>",
"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": "^5.2.6",
"@ant-design/pro-components": "^2.6.43",
"@umijs/max": "^4.0.88",
"@unocss/cli": "^0.57.7",
"antd": "^5.11.3",
"unocss": "^0.57.7"
},
"devDependencies": {
"@ant-design/charts": "^1.4.3",
"@types/mockjs": "^1.0.10",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@umijs/plugins": "^4.0.88",
"@unocss/transformer-attributify-jsx": "^0.57.7",
"@unocss/transformer-directives": "^0.57.7",
"@unocss/transformer-variant-group": "^0.57.7",
"ahooks": "^3.7.8",
"antd-img-crop": "^4.18.0",
"dayjs": "^1.11.10",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"mockjs": "^1.1.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.6",
"rc-resize-observer": "^1.4.0",
"typescript": "^5.3.2"
}
}