summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2024-09-01 15:55:23 +0100
committerSam Light <samlight1994@gmail.com>2024-09-01 15:55:23 +0100
commit51630d11784f37c52142122a5a45be7ca6127b3a (patch)
treec0d4acd5005cddcd0130972d6f30024cbda701d0 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..44b7862
--- /dev/null
+++ b/package.json
@@ -0,0 +1,43 @@
+{
+ "name": "@lightscale/webpack-config",
+ "version": "1.0.3",
+ "description": "Basic webpack config with js babel, postcss, scss, svg",
+ "main": "index.js",
+ "auther": "Sam Light",
+ "type": "module",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/core": "^7.12.10",
+ "@babel/eslint-parser": "^7.16.0",
+ "@babel/preset-env": "^7.12.11",
+ "ajv": "^8.12.0",
+ "autoprefixer": "^10.4.0",
+ "babel-loader": "^9.1.2",
+ "babel-plugin-polyfill-corejs3": "^0.10.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": "^4.0.1",
+ "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": "^36.0.0",
+ "stylelint-scss": "^6.0.0",
+ "stylelint-webpack-plugin": "^5.0.0",
+ "svg-chunk-webpack-plugin": "^6.0.0",
+ "webpack": "^5.11.1",
+ "webpack-assets-manifest": "^5.0.6",
+ "webpack-cli": "^5.1.1",
+ "webpack-notifier": "^1.12.0",
+ "webpackbar": "^6.0.0"
+ }
+}