-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.6 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "react-fractal-field",
"version": "4.0.0",
"description": "predictable react router",
"main": "lib/index.js",
"scripts": {
"start": "node_modules/.bin/webpack --watch",
"cleanup": "npm prune && npm i && npm dedupe",
"precommit": "npm test",
"prepush": "npm test",
"test": "npm run lint && npm run jest",
"lint": "node_modules/.bin/eslint --color lib/*.js lib/**/*.js lib/**/**/*.js",
"jest": "node_modules/.bin/jest -c=jest.config.json --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliaksandr-master/react-fractal-field.git"
},
"keywords": [
"react",
"form",
"field",
"neste",
"modular",
"module",
"state"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliaksandr-master/react-fractal-field/issues"
},
"homepage": "https://github.com/aliaksandr-master/react-fractal-field#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-jest": "23.0.1",
"babel-loader": "7.1.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-eslint": "4.0.0",
"eslint-config-standard": "11.0.0",
"eslint-import-resolver-webpack": "0.8.4",
"eslint-loader": "2.0.0",
"eslint-plugin-deprecate": "^0.4.2",
"eslint-plugin-eslint-comments": "^2.0.1",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsdoc": "^3.3.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-lodash": "2.7.0",
"eslint-plugin-lodash-fp": "2.1.3",
"eslint-plugin-no-use-extend-native": "^0.3.12",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-require-path-exists": "1.1.8",
"eslint-plugin-standard": "3.1.0",
"eslint-plugin-typelint": "^1.0.9",
"husky": "0.14.3",
"jest": "23.1.0",
"jest-cli": "23.1.0",
"lodash": "4.17.10",
"prop-types": "15.6.1",
"react": "16.4.0",
"react-addons-test-utils": "15.6.2",
"react-dom": "^16.4.0",
"react-json-view": "^1.13.3",
"react-test-renderer": "16.4.0",
"webpack": "3.12.0"
},
"peerDependencies": {
"prop-types": "^16.0.0",
"react": "^16.0.0",
"lodash": "^4.17.4"
},
"engines": {
"node": "> 7.2.0"
}
}