-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "react-md-formutil",
"version": "0.0.2",
"description": "Happy to use react-formutil in the project based on react-bootstrap ^_^",
"main": "lib/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "BABEL_ENV=production ./node_modules/.bin/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://qiqiboy@github.com/qiqiboy/react-md-formutil.git"
},
"keywords": [
"react",
"react-component",
"react-formutil",
"react-md"
],
"author": "qiqiboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/qiqiboy/react-md-formutil/issues"
},
"babel": {
"presets": ["react-app"],
"plugins": ["transform-decorators-legacy"]
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"homepage": "https://github.com/qiqiboy/react-md-formutil#readme",
"peerDependencies": {
"react": ">15.0.0",
"prop-types": ">15.0.0",
"antd": ">1.0.0",
"react-formutil": ">0.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.1.1"
}
}