build(frontend): update frontend dependencies (add more esbuild plugins)
This commit is contained in:
parent
8feb408777
commit
864852311d
1267
package-lock.json
generated
1267
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,13 +8,13 @@
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.25.6",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/eslint-parser": "^7.25.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-syntax-jsx": "^7.25.9",
|
||||
"@babel/plugin-transform-class-properties": "^7.25.4",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
||||
"@babel/plugin-transform-private-methods": "^7.18.6",
|
||||
@ -29,15 +29,19 @@
|
||||
"babel-loader": "^9.1.3",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"crypto-browserify": "^3.12.1",
|
||||
"css-loader": "^7.1.2",
|
||||
"css-minimizer-webpack-plugin": "^7.0.0",
|
||||
"esbuild": "0.24.0",
|
||||
"esbuild": "^0.23.1",
|
||||
"esbuild-decorators": "^1.0.0",
|
||||
"esbuild-plugin-assets-manifest": "^1.0.8",
|
||||
"esbuild-plugin-babel": "^0.2.3",
|
||||
"esbuild-plugin-copy": "2.1.1",
|
||||
"esbuild-plugin-inline-import": "^1.1.0",
|
||||
"esbuild-plugin-manifest": "1.0.4",
|
||||
"esbuild-plugin-svg": "^0.1.0",
|
||||
"esbuild-plugin-svg-bundle": "1.3.0",
|
||||
"esbuild-plugins-node-modules-polyfill": "^1.6.7",
|
||||
"esbuild-sass-plugin": "3.3.1",
|
||||
"eslint": "^9.9.1",
|
||||
"file-loader": "^6.2.0",
|
||||
@ -80,7 +84,6 @@
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"moment": "^2.30.1",
|
||||
"npm": "^10.8.3",
|
||||
"sodium-javascript": "^0.8.0",
|
||||
"toposort": "^2.0.2",
|
||||
"whatwg-fetch": "^3.6.20"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user