-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "antd-crud-resource",
"version": "4.1.2",
"description": "Easily manage CRUD resources in React using built-in antd components.",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripeworks/antd-crud-resource.git"
},
"keywords": [
"ant",
"antd",
"ant-design",
"crud",
"react",
"resource",
"model"
],
"author": "Ripeworks",
"license": "MIT",
"bugs": {
"url": "https://github.com/ripeworks/antd-crud-resource/issues"
},
"homepage": "https://github.com/ripeworks/antd-crud-resource#readme",
"peerDependencies": {
"antd": ">= 2.10.0",
"prop-types": "^15.5.10",
"react": ">= 15.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0"
}
}