Files
ESP3D-Configurator/package.json
Luc d3b7e74692 Early code base
Note: preact/spectre are not yet defined
2022-06-07 17:43:12 +08:00

41 lines
1.3 KiB
JSON

{
"name": "ESP3D-Configurator",
"version": "1.0.0",
"description": "Web Configurator for ESP3D V3.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"front": "webpack serve --config config/webpack.dev.js ",
"server": "nodemon config/server.js",
"dev": "concurrently \"npm run server\" \"npm run front\"",
"build": "webpack --config config/webpack.prod.js"
},
"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",
"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.4"
}
}