mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-06 00:36:08 +08:00

Bump dev-server to 4.7.2 and update configuration Bump Concurrently to 7.0.0 Fix style upper case of WebSocketPort variable raised by @MitchBradley Update embedded page Update version
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "base",
|
|
"version": "1.0.0",
|
|
"description": "base for webpack project",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"front": "webpack serve --config config/webpack.dev.js ",
|
|
"pack": "webpack --config config/webpack.prod.js",
|
|
"convert": "node ./config/buildheader.js",
|
|
"server": "nodemon config/server.js",
|
|
"dev": "concurrently \"npm run server\" \"npm run front\"",
|
|
"build": "npm run pack && npm run convert"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/preset-env": "^7.16.7",
|
|
"babel-loader": "^8.2.3",
|
|
"chalk": "^4.1.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"compression-webpack-plugin": "^7.1.2",
|
|
"concurrently": "^7.0.0",
|
|
"core-js": "^3.20.2",
|
|
"css-loader": "^5.2.7",
|
|
"espress": "0.0.0",
|
|
"express": "^4.17.2",
|
|
"express-fileupload": "^1.2.1",
|
|
"express-ws": "^4.0.0",
|
|
"html-inline-css-webpack-plugin": "^1.11.1",
|
|
"html-inline-script-webpack-plugin": "^1.1.6",
|
|
"html-minimizer-webpack-plugin": "^2.1.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^1.6.2",
|
|
"nodemon": "^2.0.15",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"style-loader": "^2.0.0",
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.7.2"
|
|
}
|
|
}
|