-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
88 lines (88 loc) · 2.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "fashop-admin",
"version": "1.0.0",
"description": "fashop-admin",
"private": true,
"scripts": {
"start": "cross-env APP_TYPE=site MOCK=none umi dev",
"build": "umi build",
"a": "ANALYZE=1 umi build",
"postinstall": "umi generate tmp",
"dep": "script/dep.sh"
},
"dependencies": {
"@ant-design/compatible": "^1.0.8",
"@ant-design/icons": "^4.5.0",
"@ant-design/pro-form": "^1.16.0",
"@ant-design/pro-layout": "^6.5.0",
"@ant-design/pro-list": "^1.5.1",
"@ant-design/pro-table": "^2.30.0",
"@umijs/plugin-esbuild": "^1.3.1",
"@umijs/preset-react": "1.x",
"ahooks": "^2.9.6",
"antd": "^4.15.6",
"antd-dayjs-webpack-plugin": "^1.0.6",
"classnames": "^2.2.6",
"dom-parser": "^0.1.6",
"dom-to-image": "^2.6.0",
"echarts": "^5.1.1",
"echarts-for-react": "^3.0.1",
"enquire-js": "^0.2.1",
"fashop-policy": "^1.0.5",
"hash.js": "^1.1.7",
"immutability-helper": "^3.1.1",
"js-file-download": "^0.4.9",
"lint-staged": "^10.5.4",
"lodash-decorators": "^6.0.1",
"memoize-one": "^5.0.0",
"numeral": "^2.0.6",
"nzh": "^1.0.4",
"omit.js": "^1.0.0",
"path-to-regexp": "^3.0.0",
"qs": "^6.9.6",
"rc-animate": "^2.6.0",
"re-resizable": "^4.11.0",
"react": "^16.14.0",
"react-amap": "^1.2.8",
"react-color": "^3.0.0-beta.3",
"react-container-query": "^0.11.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-document-title": "^2.0.3",
"react-dom": "^16.12.0",
"react-draggable": "^3.1.1",
"react-fittext": "^1.0.0",
"react-image": "^1.5.1",
"react-media": "^1.9.2",
"react-native-web": "^0.16.2",
"react-scrollbars-custom": "^3.1.3",
"react-slick": "^0.25.2",
"react-sortable-hoc": "^0.8.4",
"react-sublime-video": "^0.2.5",
"reactcss": "^1.2.3",
"smart-arraytotree": "^1.1.0",
"umi": "^3.4.14"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/plugin-qiankun": "^2.22.0",
"@umijs/test": "^3.4.0",
"chokidar": "^2.1.5",
"colors": "^1.3.3",
"craco-less": "^1.17.0",
"cross-env": "^7.0.0",
"has": "^1.0.3",
"lint-staged": "^10.0.7",
"mockjs": "^1.1.0",
"prettier": "^2.2.0",
"prop-types": "^15.6.1",
"react": "17.x",
"react-color": "^2.19.3",
"react-dom": "17.x",
"react-intl": "^5.8.1",
"typescript": "^4.1.2",
"yorkie": "^2.0.0"
}
}