-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
85 lines (85 loc) · 2.35 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
{
"name": "react-redux-self",
"version": "3.0.2",
"description": "predictable react router",
"main": "lib/index.js",
"scripts": {
"cleanup": "npm prune && npm i && npm dedupe",
"precommit": "npm test",
"prepush": "npm test",
"test": "node_modules/.bin/eslint --color --config ./.eslintrc.json lib/**/*.js && npm run jest",
"jest": "node_modules/.bin/jest -c=jest-config.json --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliaksandr-master/react-redux-self.git"
},
"keywords": [
"react",
"router",
"declarative",
"predictable",
"ui",
"composition",
"without",
"magic"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliaksandr-master/react-redux-self/issues"
},
"homepage": "https://github.com/aliaksandr-master/react-redux-self#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",
"enzyme": "3.3.0",
"eslint": "4.19.1",
"eslint-config-eslint": "4.0.0",
"eslint-config-standard": "11.0.0",
"eslint-import-resolver-webpack": "0.10.0",
"eslint-loader": "2.0.0",
"eslint-plugin-import": "2.7.0",
"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",
"husky": "0.14.3",
"jest": "23.1.0",
"jest-cli": "23.1.0",
"lodash": "4.17.10",
"normalizr": "^3.2.1",
"prop-types": "^15.5.10",
"react": "16.4.0",
"react-addons-test-utils": "15.6.2",
"react-dom": "16.4.0",
"react-redux": "^5.0.2",
"react-test-renderer": "16.4.0",
"react-with-context": "2.0.0",
"redux": "4.0.0",
"reselect": "^3.0.1",
"webpack": "3.3.0"
},
"peerDependencies": {
"prop-types": "^16.0.0",
"redux": "^4.0.0",
"reselect": "^2.5.4",
"normalizr": "^3.2.1",
"react": "^16.0.0",
"lodash": "^4.17.4"
},
"engines": {
"node": ">= 7.2.0"
}
}