-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "panel-mannual",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production node webpack/build.js && NODE_ENV=production node server/app.js",
"start": "nodemon server/app.js",
"stop": "pm2 stop server/app.js && pm2 stop webpack/build.js && pm2 stop server/app.js"
},
"author": "soombra",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.3.4",
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"connect-history-api-fallback": "^1.6.0",
"cookie-parser": "^1.4.4",
"css-loader": "^2.1.0",
"element-ui": "^2.6.3",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.5.0",
"moment": "^2.24.0",
"mongoose": "^5.4.17",
"node-sass": "^4.11.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue": "^2.6.8",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.8",
"wangeditor": "^3.1.1",
"webpack": "^4.29.6",
"webpack-dev-middleware": "^3.6.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.1"
}
}