forked from ant-design/pro-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.17 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
{
"name": "@ant-design/pro-list",
"version": "1.21.8",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
"admin",
"ant-design",
"ant-design-pro"
],
"repository": {
"type": "git",
"url": "https://github.com/ant-design/pro-components"
},
"license": "MIT",
"sideEffects": [
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"es",
"src",
"dist"
],
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-card": "1.18.17",
"@ant-design/pro-field": "1.31.1",
"@ant-design/pro-table": "2.61.5",
"@babel/runtime": "^7.16.3",
"classnames": "^2.2.6",
"moment": "^2.24.0",
"rc-resize-observer": "^1.0.0",
"rc-util": "^4.19.0",
"unstated-next": "^1.1.0",
"use-media-antd-query": "1.0.6"
},
"peerDependencies": {
"antd": "4.x",
"react": ">=16.9.0"
},
"publishConfig": {
"access": "public"
},
"authors": {
"name": "chenshuai2144",
"email": "[email protected]"
}
}