mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"private": true,
|
|
"name": "tgui-workspace",
|
|
"version": "4.3.0",
|
|
"packageManager": "yarn@3.1.1",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"tgui:analyze": "webpack --analyze",
|
|
"tgui:build": "BROWSERSLIST_IGNORE_OLD_DATA=true webpack",
|
|
"tgui:dev": "node --experimental-modules packages/tgui-dev-server/index.js",
|
|
"tgui:lint": "eslint packages --ext .js,.cjs,.ts,.tsx",
|
|
"tgui:prettier": "",
|
|
"tgui:sonar": "eslint packages --ext .js,.cjs,.ts,.tsx -c .eslintrc-sonar.yml",
|
|
"tgui:tsc": "tsc",
|
|
"tgui:test": "jest --watch",
|
|
"tgui:test-simple": "CI=true jest --color",
|
|
"tgui:test-ci": "CI=true jest --color --collect-coverage",
|
|
"tgui:bench": "webpack --env TGUI_BENCH=1 && node packages/tgui-bench/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/eslint-parser": "^7.15.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-transform-jscript": "^7.14.5",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/jsdom": "^16.2.13",
|
|
"@types/node": "^14.17.9",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-env": "^1.16.2",
|
|
"@typescript-eslint/parser": "^4.29.1",
|
|
"babel-jest": "^27.0.6",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-inferno": "^6.3.0",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"common": "workspace:*",
|
|
"css-loader": "^5.2.7",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-radar": "^0.2.1",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-unused-imports": "^1.1.4",
|
|
"file-loader": "^6.2.0",
|
|
"inferno": "^7.4.8",
|
|
"jest": "^27.0.6",
|
|
"jest-circus": "^27.0.6",
|
|
"jsdom": "^16.7.0",
|
|
"mini-css-extract-plugin": "^1.6.2",
|
|
"sass": "^1.37.5",
|
|
"sass-loader": "^11.1.1",
|
|
"style-loader": "^2.0.0",
|
|
"terser-webpack-plugin": "^5.1.4",
|
|
"typescript": "^4.3.5",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.76.0",
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
}
|