-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.08 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.08 KB
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
69
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "env NODE_ENV=production node_modules/.bin/webpack-dev-server --progress --colors",
"dev": "env NODE_ENV=development node_modules/.bin/webpack-dev-server --progress --colors",
"build": "env NODE_ENV=production node_modules/.bin/webpack --progress --colors",
"test": "env NODE_ENV=development node_modules/.bin/webpack --progress --colors"
},
"author": "lichenglong",
"license": "ISC",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cors": "^2.8.4",
"css-loader": "^0.28.11",
"express-http-proxy": "^1.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"github-webhook-handler": "^0.7.1",
"glob": "^7.1.3",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"highlight.js": "^9.13.1",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"marked": "^0.4.0",
"node-schedule": "^1.3.1",
"nprogress": "^0.2.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"prop-types": "^15.6.2",
"react": "^15.5.3",
"react-dom": "^15.5.3",
"react-redux": "^5.0.7",
"react-router": "^3.0.0",
"redis": "^2.8.0",
"redux": "^3.5.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.2",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.3",
"zlib": "^1.0.5"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"gitment": "0.0.3",
"gulp-sequence": "^1.0.0",
"koa": "2.5.1",
"koa-ejs": "^4.1.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.1.4",
"lodash": "^4.17.11"
}
}