summaryrefslogtreecommitdiff
path: root/package.json
blob: 6c934c13c5fb7a36aa16de0d0080f4d149db2c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "name": "@lightscale/webpack-config",
  "version": "1.0.7",
  "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/eslint-parser": "^7.16.0",
    "@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",
    "webpackbar": "^7.0.0"
  }
}