-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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": "tiancai-mpa-ejs-hot-webpack-cli",
"version": "1.0.0",
"description": "带热更新多页面的脚手架工具",
"main": "app.js",
"scripts": {
"dev": "cross-env MODE_ENV=development nodemon --exec babel-node app.js",
"prod": "cross-env MODE_ENV=production babel-node app.js",
"build": "webpack --progress --config ./config/webpack.prod.config.js"
},
"keywords": [],
"author": "380012546@qq.com",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"ejs-compiled-loader": "^3.1.0",
"ejs-loader": "^0.5.0",
"file-loader": "^6.2.0",
"glob": "^10.3.10",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"nodemon": "^3.0.3",
"sass": "^1.71.0",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"axios": "^1.6.7",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jquery": "^3.7.1",
"lodash": "^4.17.21"
},
"engines": {
"node": ">=16",
"npm": ">=8"
}
}