-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
43
44
45
46
47
48
{
"private": true,
"author": "tangtanglove <[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/charts": "^1.4.2",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.0.1",
"@ant-design/use-emotion-css": "^1.0.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tinymce/tinymce-react": "^4.3.0",
"@types/lodash.template": "^4.5.1",
"@umijs/max": "^4.0.47",
"@unocss/cli": "^0.62.3",
"antd": "^5.0.0",
"cropperjs": "^1.6.2",
"dayjs": "^1.11.13",
"js-base64": "^3.7.4",
"lodash-es": "^4.17.21",
"lodash.template": "^4.5.0",
"query-string": "^8.1.0",
"react-amap": "^1.2.8",
"react-amap-plugin-autocomplete": "^0.0.4",
"react-cropper": "^2.1.8",
"unocss": "^0.62.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"typescript": "^4.1.2"
}
}