-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 985 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
36
37
38
39
40
41
{
"name": "react-page-cache",
"version": "0.0.9",
"description": "cache react pages",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoyao91/react-page-cache.git"
},
"keywords": [
"react",
"page",
"cache"
],
"author": "zhaoyao91",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhaoyao91/react-page-cache/issues"
},
"homepage": "https://github.com/zhaoyao91/react-page-cache#readme",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"react": "^15.2.0"
},
"dependencies": {
"lodash": "^4.13.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
}
}