-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "kratos-admin-ui",
"private": true,
"author": "undefined <18x@loacg.com>",
"scripts": {
"build": "max build",
"converter": "ts-node ./config/cli/converter.ts",
"dev": "max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"openapi": "pnpm converter && max openapi",
"prepare": "husky install",
"setup": "max setup",
"start": "pnpm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.7",
"@umijs/max": "^4.4.11",
"antd": "^5.24.5",
"antd-style": "^3.7.1",
"dayjs": "^1.11.9",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.7",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@umijs/plugins": "^4.4.11",
"husky": "^9",
"lint-staged": "^15.2.10",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"rc-menu": "^9.16.1",
"swagger-ui-dist": "^5.21.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"umi-presets-pro": "^2.0.3"
}
}