forked from doramart/DoraCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
172 lines (172 loc) · 5.24 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "doracms",
"version": "2.1.2",
"description": "基于nodejs,express,vue2 内容管理系统.",
"keywords": [
"vue",
"vuex",
"vue-router",
"webpack",
"server-side"
],
"author": "dora <admin@html-js.cn>",
"license": "MIT",
"scripts": {
"init": " node build/restore",
"dump": " node build/dump",
"dev": "concurrently \"npm run devNodeServer\" \"gulp\"",
"devNodeServer": "cross-env NODE_ENV=development MICRO_CACHE=true node ./server",
"start": "npm run static && cross-env NODE_ENV=development MICRO_CACHE=true node ./server",
"build": "npm run static && npm run build:client && npm run renderCdn && npm run adminStatic && npm run makePrdDoc",
"build:client": "cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules",
"static": "node ./build/copy",
"renderCdn": "node ./build/renderCdn",
"adminStatic": "node ./build/copyAdminTemp",
"makePrdDoc": "apidoc -i server/routers/restApi/ -o public/apidoc/ && npm run modifyPrdDoc",
"modifyPrdDoc": "node ./build/renderApiDoc --docv prd",
"makePro": "node ./build/renderPro"
},
"dependencies": {
"archiver": "^1.3.0",
"axios": "^0.16.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"body-parser": "^1.18.2",
"clipboard": "1.7.1",
"codemirror": "5.39.2",
"compression": "^1.7.1",
"concurrently": "^3.5.1",
"connect": "3.6.6",
"connect-mongo": "^1.3.2",
"connect-redis": "^3.3.2",
"cookie-parser": "^1.4.3",
"cross-env": "^5.1.1",
"crypto": "0.0.3",
"crypto-js": "^3.1.9-1",
"driver.js": "0.5.2",
"dropzone": "5.2.0",
"echarts": "4.1.0",
"element-ui": "^2.3.7",
"express": "^4.16.2",
"express-http-proxy": "^1.1.0",
"express-session": "^1.15.6",
"file-saver": "1.3.8",
"font-awesome": "^4.7.0",
"formidable": "^1.1.1",
"gulp-sass": "^3.1.0",
"highlight.js": "^9.12.0",
"i18n": "^0.8.3",
"iconv-lite": "^0.4.19",
"js-cookie": "^2.2.0",
"jsonlint": "^1.6.3",
"jsonwebtoken": "^8.4.0",
"jszip": "^3.1.5",
"lodash": "^4.17.4",
"lodash-webpack-plugin": "^0.11.4",
"log4js": "^2.3.12",
"marked": "^0.3.9",
"md5": "^2.2.1",
"mockjs": "1.0.1-beta3",
"moment": "^2.19.2",
"mongoose": "^4.13.3",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"node-schedule": "^1.3.0",
"nodemailer": "^4.4.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"nunjucks": "^3.0.1",
"qiniu": "^7.1.1",
"qr-image": "^3.2.0",
"qs": "^6.6.0",
"randomstring": "^1.1.5",
"redis": "^2.8.0",
"screenfull": "3.3.3",
"serve-favicon": "^2.4.5",
"shelljs": "^0.7.8",
"shortid": "^2.2.8",
"showdown": "1.8.6",
"simplemde": "1.11.2",
"socket.io": "^2.0.4",
"sortablejs": "1.7.0",
"store2": "^2.5.9",
"trek-captcha": "^0.4.0",
"ueditor": "^1.2.3",
"unzip2": "^0.2.5",
"uuid": "^3.3.2",
"validator": "^7.2.0",
"vue": "^2.5.15",
"vue-count-to": "^1.0.13",
"vue-i18n": "^7.6.0",
"vue-meta": "^1.3.1",
"vue-router": "^2.8.1",
"vue-splitpane": "^1.0.2",
"vue-template-compiler": "^2.5.15",
"vuedraggable": "^2.16.0",
"vuex": "^2.5.0",
"vuex-router-sync": "^4.3.2",
"webpack": "^2.7.0",
"xlsx": "^0.11.16",
"xss": "^0.3.7"
},
"devDependencies": {
"autoprefixer": "^7.1.0",
"babel-core": "^6.24.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.4.3",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.20.0",
"browserslist": "^2.1.2",
"connect-multiparty": "^2.0.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.28.1",
"del": "^3.0.0",
"eslint": "^4.11.0",
"eslint-config-lcy-vue": "^1.0.6",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^7.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"node-sass": "^4.5.0",
"postcss-loader": "^2.0.5",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"script-loader": "^0.7.2",
"scss-loader": "0.0.1",
"serialize-javascript": "^1.3.0",
"style-loader": "^0.17.0",
"svg-sprite-loader": "^3.9.2",
"sw-precache-webpack-plugin": "^0.11.0",
"url-loader": "^0.5.7",
"vue-loader": "^12.0.4",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": "8.x"
},
"apidoc": {
"title": "DoraCMSApp接口文档",
"url": "http://localhost:8080"
}
}