-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "cache-react-component",
"version": "0.0.2",
"description": "A React Component Cache Wrapper",
"main": "lib/index.js",
"scripts": {
"build": "rm -r -f lib && babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "https://github.com/xialvjun/cache-react-component.git"
},
"keywords": [
"react",
"cache",
"component",
"router"
],
"author": "xialvjun",
"license": "MIT",
"bugs": {
"url": "https://github.com/xialvjun/cache-react-component/issues"
},
"homepage": "https://github.com/xialvjun/cache-react-component",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^1.6.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
}
}