-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "@r/redux-state-archiver",
"version": "0.0.5",
"description": "A collection of React components for serializing your redux state",
"main": "bin/redux-state-archiver.js",
"scripts": {
"watch": "blueprints -w",
"build": "blueprints"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/schwers/redux-state-archiver.git"
},
"keywords": [
"es6",
"react",
"redux",
"reselect",
"cookies",
"localstorage",
"isomorphic"
],
"author": "schwers",
"license": "MIT",
"bugs": {
"url": "https://github.com/schwers/redux-state-archiver/issues"
},
"dependencies": {
"@r/build": "0.3.6",
"lodash": "^4.12.0"
},
"devDependencies": {
"js-cookie": "2.1.1",
"react": "15.0.1",
"react-dom": "15.0.1",
"react-redux": "4.4.5",
"redux": "3.5.2",
"reselect": "2.5.1"
},
"peerDependencies": {
"js-cookie": "2.1.1",
"react": "15.0.1",
"react-dom": "15.0.1",
"react-redux": "4.4.5",
"redux": "3.5.2",
"reselect": "2.5.1"
},
"homepage": "https://github.com/schwers/redux-state-archiver#readme"
}