forked from generalui/hooks-for-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 Bytes
/
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
{
"name": "hooks-for-redux",
"dependencies": {
"@types/react-redux": "^7.1.5",
"react-redux": "^7.1.1",
"redux": "^4.0.4"
},
"scripts": {
"test": "react-scripts test"
},
"devDependencies": {
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "^3.2.0",
"react-test-renderer": "^16.10.2",
"hooks-for-redux": "file:."
},
"keywords": [
"react",
"redux",
"hooks",
"DRY",
"boilerplate"
],
"author": "Shane Brinkman-Davis Delamore, GenUI",
"bugs": "https://github.com/generalui/hooks-for-redux/issues",
"homepage": "https://github.com/generalui/hooks-for-redux",
"description": "The Standard Library for JavaScript that aught to be.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/generalui/hooks-for-redux.git"
},
"version": "1.3.1"
}