{ "name": "@lightscale/webpack-config", "version": "1.1.1", "description": "Basic webpack config with js babel, postcss, scss, svg", "main": "index.js", "auther": "Sam Light", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://git.lightscale.co.uk/lightscale-webpack-config.git" }, "publishConfig": { "access": "public" }, "dependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "ajv": "^8.12.0", "autoprefixer": "^10.4.0", "babel-loader": "^10.0.0", "babel-plugin-polyfill-corejs3": "^0.12.0", "clean-terminal-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^4.0.0", "css-loader": "^7.0.0", "eslint": "^9.0.0", "eslint-webpack-plugin": "^5.0.0", "glob": "^11.0.0", "mini-css-extract-plugin": "^2.4.2", "postcss": "^8.4.5", "postcss-loader": "^8.0.0", "postcss-preset-env": "^10.0.0", "postcss-scss": "^4.0.2", "sass": "^1.32.0", "sass-loader": "^16.0.0", "style-loader": "^4.0.0", "stylelint": "^16.0.0", "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-standard": "^37.0.0", "stylelint-scss": "^6.0.0", "stylelint-webpack-plugin": "^5.0.0", "svg-chunk-webpack-plugin": "^7.0.0", "webpack": "^5.11.1", "webpack-assets-manifest": "^5.0.6", "webpack-cli": "^6.0.0", "webpack-notifier": "^1.12.0", "webpack-remove-empty-scripts": "^1.0.4", "webpackbar": "^7.0.0" } }