-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"private": true,
"author": "liziyi0914 <liziyi0914@gmail.com>",
"scripts": {
"dev": "max dev",
"build": "max build",
"format": "prettier --cache --write .",
"prepare": "husky install",
"postinstall": "max setup",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@emotion/css": "^11.11.2",
"@icon-park/react": "^1.4.2",
"@umijs/max": "^4.1.1",
"ahooks": "^3.7.8",
"antd": "^5.4.0",
"ini": "^4.1.1",
"lodash": "^4.17.21",
"react-copy-to-clipboard": "^5.1.0"
},
"devDependencies": {
"@types/ini": "^4.1.0",
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.33",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.17",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"postcss": "^8.4.33",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.3"
}
}