-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
54 lines (54 loc) · 1.14 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
{
"name": "antd-etable",
"version": "1.3.71",
"description": "a editable table base on ant design",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "src/index.d.ts",
"authors": {
"name": "guozhaolong",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guozhaolong/antd-etable.git"
},
"scripts": {
"dev": "cd example && umi dev",
"build": "father build"
},
"files": [
"dist",
"assets"
],
"dependencies": {
"@ant-design/icons": "^4.0.3",
"react-resizable": "^1.10.1",
"antd": "4.5.2"
},
"peerDependencies": {
"react": "^16.12.0",
"lodash": "^4.17.11",
"moment": "^2.24.0"
},
"devDependencies": {
"father": "^3.0.0-alpha.1",
"lodash": "^4.17.11",
"umi": "^2.12.9",
"webpack": "^4.42.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/guozhaolong/antd-etable/issues"
},
"homepage": "https://github.com/guozhaolong/antd-etable#readme",
"directories": {
"example": "example"
},
"keywords": [
"editable",
"table",
"antd"
],
"author": "stevenkwok"
}