Skip to content

Commit 3ea45ae

Browse files
author
George
committed
package clean v1
1 parent 481ace5 commit 3ea45ae

1 file changed

Lines changed: 5 additions & 24 deletions

File tree

package.json

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,42 +36,23 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.7",
39-
"@babel/eslint-parser": "^7.24.7",
4039
"@babel/plugin-proposal-class-properties": "^7.18.6",
4140
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
4241
"@babel/plugin-transform-runtime": "^7.24.7",
4342
"@babel/runtime": "^7.24.7",
44-
"babel-core": "^6.26.3",
45-
"babel-loader": "^9.1.3",
46-
"babel-preset-env": "^1.7.0",
47-
"babel-preset-stage-0": "^6.24.1",
48-
"case-sensitive-paths-webpack-plugin": "^2.4.0",
43+
"ajv": "^8.18.0",
44+
"babel-loader": "^10.1.1",
4945
"clean-webpack-plugin": "^4.0.0",
50-
"copy-webpack-plugin": "^12.0.2",
46+
"copy-webpack-plugin": "^14.0.0",
5147
"cross-env": "^7.0.3",
5248
"css-loader": "5.2.7",
53-
"css-minimizer-webpack-plugin": "^7.0.0",
54-
"eslint": "^8.56.0",
55-
"eslint-config-airbnb-base": "^15.0.0",
56-
"eslint-plugin-import": "^2.29.1",
5749
"expose-loader": "^5.0.0",
58-
"html-webpack-plugin": "^5.6.0",
59-
"imagemin-webpack-plugin": "^2.4.2",
50+
"file-loader": "^6.2.0",
6051
"mini-css-extract-plugin": "^2.9.0",
61-
"postcss": "^8.4.39",
62-
"postcss-loader": "^8.1.1",
63-
"postcss-preset-env": "^9.6.0",
6452
"sass": "^1.77.1",
6553
"sass-loader": "^14.2.1",
66-
"shx": "^0.3.4",
67-
"style-loader": "^4.0.0",
68-
"stylelint": "^16.6.1",
69-
"stylelint-config-standard": "^36.0.1",
7054
"webpack": "^5.92.1",
71-
"webpack-cli": "^5.1.4",
72-
"webpack-dashboard": "^3.3.8",
73-
"webpack-dev-server": "^5.0.4",
74-
"file-loader": "^6.2.0"
55+
"webpack-cli": "^5.1.4"
7556
},
7657
"overrides": {
7758
"graceful-fs": "^4.2.11"

0 commit comments

Comments
 (0)