forked from wtfjun/chenxj-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "chenxjblog",
"version": "1.0.0",
"description": "chenxj's blog",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --host 127.0.0.1 --port 8080 --hot --inline",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"axios": "^0.16.2",
"babel-preset-stage-3": "^6.24.1",
"es6-promise": "^3.3.1",
"fs": "0.0.1-security",
"highlight.js": "^9.6.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^1.11.1",
"koa": "^2.3.0",
"marked": "^0.3.6",
"mongoose": "^4.11.1",
"net": "^1.0.2",
"normalize.css": "^7.0.0",
"nprogress": "^0.2.0",
"object-assign": "^4.1.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-native-storage": "^0.2.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"request": "^2.81.0",
"storage": "^0.2.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.9.0",
"open-browser-webpack-plugin": "0.0.2",
"quickly-copy-file": "^1.0.0",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"sass-loader": "^4.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"webpack-md5-hash": "0.0.5"
}
}