-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 853 Bytes
/
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
{
"name": "antd-mobx-components",
"version": "2.0.3",
"description": "基于antd4+mobx封装的后台业务组件",
"main": "es/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"scripts": {
"start": "dumi dev",
"build:doc": "dumi build",
"build": "rm -rf es && father-build build"
},
"files": [
"es"
],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "4.7.0",
"antd": "4.23.5",
"js-common-library": "1.3.5",
"mobx": "6.3.2",
"mobx-react-lite": "3.2.0",
"rc-image": "5.2.4",
"react-router-dom": "5.2.0",
"uuid": "8.3.2"
},
"devDependencies": {
"babel-plugin-import": "1.13.3",
"dumi": "1.1.12",
"father-build": "1.19.3",
"react": "17.0.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"antd": ">=4.23.5"
}
}