Files
ESP3D-Configurator/package.json
2022-06-12 13:43:34 +08:00

55 lines
1.6 KiB
JSON

{
"name": "ESP3D-Configurator",
"version": "1.0.0",
"description": "Web Configurator for ESP3D V3 based FW ",
"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.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"babel-loader": "^8.2.2",
"babel-preset-preact": "^2.0.0",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.2",
"concurrently": "^7.0.0",
"core-js": "^3.18.3",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"espress": "0.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-static-gzip": "^2.1.1",
"gzipper": "^6.0.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-inline-script-webpack-plugin": "^1.1.4",
"html-minifier": "^4.0.0",
"html-minimizer-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^1.6.2",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"regenerator-runtime": "^0.13.9",
"sass": "^1.42.1",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"preact": "^10.6.6",
"preact-feather": "^4.2.1",
"spectre.css": "luc-github/spectre"
}
}