-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "umi-boot",
"private": true,
"author": "hank619 <[email protected]>",
"scripts": {
"start-dev": "UMI_ENV=develop max dev",
"start-qa": "UMI_ENV=qa max dev",
"start-staging": "UMI_ENV=staging max dev",
"start-production": "UMI_ENV=production max dev",
"build-dev": "UMI_ENV=develop max build",
"build-qa": "UMI_ENV=qa max build",
"build-staging": "UMI_ENV=staging max build",
"build-production": "UMI_ENV=production max build",
"format": "prettier --cache --write .",
"prepare": "husky install",
"postinstall": "max setup",
"setup": "max setup",
"openapi": "max openapi",
"extract": "sh extract.sh"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.35",
"@umijs/max": "^4.0.87",
"@umijs/max-plugin-openapi": "^2.0.3",
"ahooks": "^3.7.8",
"antd": "^5.11.0",
"mobile-detect": "^1.4.5",
"qs": "^6.11.2"
},
"devDependencies": {
"@formatjs/cli": "^6.2.4",
"@types/qs": "^6.9.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.6",
"swagger-ui-dist": "^5.9.2",
"tailwindcss": "^3",
"typescript": "^5.2.2"
}
}