-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
97 lines (97 loc) · 2.65 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "issueblog",
"version": "1.0.1",
"description": "A md style blog for github issue",
"author": "shyling<i@shyling.com>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"serve": "node server.js"
},
"dependencies": {
"animate.css": "^3.5.2",
"babel-polyfill": "^6.23.0",
"bluebird": "^3.5.0",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.9.0",
"jump.js": "^1.0.2",
"keycode": "^2.1.8",
"koa": "^2.2.0",
"koa-better-body": "^3.0.2",
"koa-compress": "^2.0.0",
"koa-conditional-get": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-etag": "^3.0.0",
"koa-logger": "^2.0.1",
"koa-response-time": "^2.0.0",
"koa-router": "^7.1.0",
"koa-send": "^3.3.0",
"koa-session": "^5.0.0",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"material-design-icons-iconfont": "^3.0.3",
"moment": "^2.18.1",
"muse-ui": "^2.0.0-rc.5",
"request-promise": "^4.2.0",
"roboto-fontface": "^0.7.0",
"vue": "^2.2.5",
"vue-ga": "^1.0.0",
"vue-progressbar": "^0.7.1",
"vue-resource": "^1.2.1",
"vue-router": "^2.1.1",
"vuex": "^2.2.1"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"connect-history-api-fallback": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.8.1",
"http-proxy-middleware": "^0.17.3",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^4.0.2",
"morgan": "^1.7.0",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.2.0",
"pug": "^2.0.0-beta11",
"semver": "^5.3.0",
"shelljs": "^0.7.4",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.7",
"vue-loader": "^11.3.3",
"vue-style-loader": "^2.0.4",
"vue-template-compiler": "^2.2.5",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.14.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 7.6.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}