-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"name": "monitor",
"version": "1.0.0",
"main": "index.js",
"author": "Jose <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon index.js",
"build": "cross-env NODE_ENV=production webpack",
"start": "cross-env NODE_ENV=production webpack && pm2 start index.js --name zh_en",
"profile": "cross-env NODE_ENV=production webpack --profile --json > stats.json"
},
"dependencies": {
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.6.0",
"ejs": "^3.1.3",
"file-loader": "^6.0.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-logger": "^3.2.1",
"koa-router": "^9.0.1",
"koa-static": "^5.0.0",
"koa-views": "^6.3.0",
"less": "^3.11.3",
"less-loader": "^6.1.3",
"log4js": "^6.3.0",
"postcss-loader": "^3.0.0",
"style-loader": "^1.2.1",
"superagent": "^5.3.1",
"url-loader": "^4.1.0"
},
"devDependencies": {
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"koa-webpack": "^5.3.0",
"progress-bar-webpack-plugin": "^2.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}