-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
73 lines (73 loc) · 2.61 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "redux-form-generator",
"version": "7.0.14",
"description": "Generate forms with redux-form",
"main": "lib/Form.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel --config-file ./.babelrc ./example/app/components/Form --out-dir ./lib",
"lint": "eslint -c .eslintrc src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lemonCMS/redux-form-generator.git"
},
"homepage": "https://github.com/lemonCMS/redux-form-generator",
"keywords": [
"react",
"redux",
"dynamic forms",
"form generator",
"redux-form-generator"
],
"author": "Raymond van Vuuren",
"license": "MIT",
"peerDependencies": {
"lodash": "^4.0.0 || >=4.17.4",
"react": "^0.14.9 || >=15.0.0 || >=16.x",
"react-bootstrap": "^0.31.5 || >=0.32.1",
"react-datetime": "^2.12.0",
"react-dom": "^0.14.9 || >=15.0.0 || >=16.x",
"react-plupload": ">=0.0.17",
"redux-form": "^5.0.0 || >=7.2.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.42",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@babel/preset-stage-0": "^7.0.0-beta.42",
"babel-eslint": "^8.2.2",
"classnames": "^2.2.5",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"prettier-eslint-cli": "^4.7.1"
},
"bugs": {
"url": "https://github.com/lemonCMS/react-form-generator/issues"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"fast-equals": "^2.0.0"
}
}