feat: refactoring project
This commit is contained in:
62
node_modules/webpack/package.json
generated
vendored
62
node_modules/webpack/package.json
generated
vendored
@@ -1,20 +1,19 @@
|
||||
{
|
||||
"name": "webpack",
|
||||
"version": "5.93.0",
|
||||
"version": "5.96.1",
|
||||
"author": "Tobias Koppers @sokra",
|
||||
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.3",
|
||||
"@types/estree": "^1.0.5",
|
||||
"@types/eslint-scope": "^3.7.7",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@webassemblyjs/ast": "^1.12.1",
|
||||
"@webassemblyjs/wasm-edit": "^1.12.1",
|
||||
"@webassemblyjs/wasm-parser": "^1.12.1",
|
||||
"acorn": "^8.7.1",
|
||||
"acorn-import-attributes": "^1.9.5",
|
||||
"browserslist": "^4.21.10",
|
||||
"acorn": "^8.14.0",
|
||||
"browserslist": "^4.24.0",
|
||||
"chrome-trace-event": "^1.0.2",
|
||||
"enhanced-resolve": "^5.17.0",
|
||||
"enhanced-resolve": "^5.17.1",
|
||||
"es-module-lexer": "^1.2.1",
|
||||
"eslint-scope": "5.1.1",
|
||||
"events": "^3.2.0",
|
||||
@@ -36,32 +35,33 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/preset-react": "^7.24.7",
|
||||
"@eslint/js": "^9.5.0",
|
||||
"@babel/core": "^7.25.8",
|
||||
"@babel/preset-react": "^7.25.7",
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@stylistic/eslint-plugin": "^2.9.0",
|
||||
"@types/glob-to-regexp": "^0.4.4",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/node": "^20.11.27",
|
||||
"assemblyscript": "^0.27.22",
|
||||
"babel-loader": "^8.1.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"assemblyscript": "^0.27.30",
|
||||
"babel-loader": "^9.1.3",
|
||||
"benchmark": "^2.1.4",
|
||||
"bundle-loader": "^0.5.6",
|
||||
"coffee-loader": "^1.0.0",
|
||||
"coffee-loader": "^5.0.0",
|
||||
"coffeescript": "^2.5.1",
|
||||
"core-js": "^3.6.5",
|
||||
"coveralls": "^3.1.0",
|
||||
"cspell": "^8.8.4",
|
||||
"css-loader": "^5.0.1",
|
||||
"date-fns": "^3.2.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"date-fns": "^4.0.0",
|
||||
"es5-ext": "^0.10.53",
|
||||
"es6-promise-polyfill": "^1.2.0",
|
||||
"eslint": "^9.5.0",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^28.6.0",
|
||||
"eslint-plugin-jsdoc": "^48.2.9",
|
||||
"eslint-plugin-n": "^17.8.1",
|
||||
"eslint-plugin-jsdoc": "^48.10.1",
|
||||
"eslint-plugin-n": "^17.11.1",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-unicorn": "^56.0.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
||||
"globals": "^15.4.0",
|
||||
@@ -78,14 +78,14 @@
|
||||
"json-loader": "^0.5.7",
|
||||
"json5": "^2.1.3",
|
||||
"less": "^4.0.0",
|
||||
"less-loader": "^8.0.0",
|
||||
"less-loader": "^12.2.0",
|
||||
"lint-staged": "^15.2.5",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash-es": "^4.17.15",
|
||||
"memfs": "^4.9.2",
|
||||
"mini-css-extract-plugin": "^1.6.1",
|
||||
"memfs": "^4.14.0",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"mini-svg-data-uri": "^1.2.3",
|
||||
"nyc": "^17.0.0",
|
||||
"nyc": "^17.1.0",
|
||||
"open-cli": "^8.0.0",
|
||||
"prettier": "^3.2.1",
|
||||
"prettier-2": "npm:prettier@^2",
|
||||
@@ -97,14 +97,14 @@
|
||||
"react-dom": "^18.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"script-loader": "^0.7.2",
|
||||
"simple-git": "^3.25.0",
|
||||
"simple-git": "^3.27.0",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser": "^5.31.1",
|
||||
"style-loader": "^4.0.0",
|
||||
"terser": "^5.34.1",
|
||||
"toml": "^3.0.0",
|
||||
"tooling": "webpack/tooling#v1.23.3",
|
||||
"tooling": "webpack/tooling#v1.23.5",
|
||||
"ts-loader": "^9.5.1",
|
||||
"typescript": "^5.4.2",
|
||||
"typescript": "^5.6.2",
|
||||
"url-loader": "^4.1.0",
|
||||
"wast-loader": "^1.12.1",
|
||||
"webassembly-feature": "1.3.0",
|
||||
@@ -163,7 +163,7 @@
|
||||
"fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix",
|
||||
"prepare": "husky",
|
||||
"pretty-lint-base": "node node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
|
||||
"pretty-lint-fix": "yarn pretty-lint-base --loglevel warn --write",
|
||||
"pretty-lint-fix": "yarn pretty-lint-base --log-level warn --write",
|
||||
"pretty-lint": "yarn pretty-lint-base --check",
|
||||
"yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock",
|
||||
"yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock",
|
||||
@@ -185,7 +185,7 @@
|
||||
"eslint --cache --fix"
|
||||
],
|
||||
"*": [
|
||||
"prettier --cache --write --ignore-unknown",
|
||||
"node node_modules/prettier/bin/prettier.cjs --cache --write --ignore-unknown",
|
||||
"cspell --cache --no-must-find-files"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user