{ "name": "squeezelite-esp32", "version": "0.5.0", "main": "src/index.html", "repository": "git@github.com:sle118/squeezelite-esp32.git", "author": "Sebastien L", "license": "MIT", "scripts": { "prod": "webpack serve --open --mode=production", "build": "webpack --mode=production ", "stats": "webpack --env ANALYZE_SIZE=1 --mode=production ", "watch": "webpack --progress --watch --mode=development ", "dev": "webpack serve --open --mode=development" }, "devDependencies": { "@babel/core": "^7.16.12", "@babel/plugin-transform-runtime": "^7.16.10", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@squoosh/lib": "^0.4.0", "autoprefixer": "^10.4.2", "babel": "^6.23.0", "babel-loader": "^8.2.3", "babel-runtime": "^6.26.0", "clean-webpack-plugin": "^4.0.0", "commander": "^8.3.0", "compression-webpack-plugin": "^9.2.0", "copy-webpack-plugin": "^10.2.1", "css-loader": "^6.5.1", "css-minimizer-webpack-plugin": "^3.4.1", "ejs-loader": "^0.5.0", "es6-promise": "^4.2.8", "file-loader": "^6.2.0", "glob": "^7.2.0", "glob-all": "^3.2.1", "google-fonts-webpack-plugin": "^0.4.4", "html-loader": "^3.1.0", "html-minimizer-webpack-plugin": "^3.5.0", "html-webpack-plugin": "^5.5.0", "image-minimizer-webpack-plugin": "^3.2.3", "imagemin": "^8.0.1", "imagemin-gifsicle": "^7.0.0", "imagemin-jpegtran": "^7.0.0", "imagemin-mozjpeg": "^10.0.0", "imagemin-optipng": "^8.0.0", "imagemin-pngquant": "^9.0.2", "imagemin-svgo": "^10.0.1", "js-cookie": "^3.0.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lodash-webpack-plugin": "^0.11.6", "mini-css-extract-plugin": "^2.5.2", "node-sass": "^7.0.1", "open": "^9.1.0", "postcss": "^8.4.5", "postcss-loader": "^6.2.1", "purgecss-webpack-plugin": "^4.1.3", "purgecss-whitelister": "^2.4.0", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "remixicon": "^2.5.0", "sass-loader": "^12.4.0", "string-argv": "^0.3.1", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.0", "ts-loader": "^9.2.6", "typescript": "^4.5.5", "webpack": "^5.67.0", "webpack-bundle-analyzer": "^4.8.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.7.3" }, "dependencies": { "@babel/runtime": "^7.16.7", "async-mutex": "^0.3.2", "bootstrap": "^5.1.3", "bootswatch": "^5.3.2", "jquery": "^3.6.0", "npm": "^10.1.0", "optipng-bin": "^9.0.0", "popper.js": "^1.16.1", "webpack-visualizer-plugin": "^0.1.11", "webpack-visualizer-plugin2": "^1.0.0" }, "keywords": [ "webppack4", "sass", "bootstrap4", "jquery", "popperjs", "livereload", "dev-server", "font-awesome", "es-lint", "typescript", "line-awesome" ] }