-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
47 lines (47 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
45
46
47
{
"name": "hops-redux",
"version": "16.0.0-nightly.5",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
"react",
"redux",
"unmixin",
"unpreset"
],
"license": "MIT",
"engines": {
"node": "14 || 16"
},
"main": "index.js",
"esnext": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
},
"jest": {
"displayName": "unit"
},
"dependencies": {
"history": "^4.10.1",
"hops-mixin": "16.0.0-nightly.5",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"react": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/redux#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}