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
|
{
"name": "@lightscale/webpack-config",
"version": "1.0.5",
"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"
}
}
|