mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
uses the current tgui eslint and upgrades react to 18.2. At least it will stop worrying about the line length
78 lines
2.6 KiB
JSON
78 lines
2.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "tgui-workspace",
|
|
"version": "4.3.0",
|
|
"packageManager": "yarn@3.4.1",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"tgui:analyze": "webpack --analyze",
|
|
"tgui:bench": "webpack --env TGUI_BENCH=1 && node packages/tgui-bench/index.js",
|
|
"tgui:build": "webpack",
|
|
"tgui:dev": "node --experimental-modules packages/tgui-dev-server/index.js",
|
|
"tgui:lint": "eslint packages --ext .js,.cjs,.ts,.tsx",
|
|
"tgui:prettier": "prettierx --check .",
|
|
"tgui:sonar": "eslint packages --ext .js,.cjs,.ts,.tsx -c .eslintrc-harder.yml",
|
|
"tgui:test": "jest --watch",
|
|
"tgui:test-simple": "CI=true jest --color",
|
|
"tgui:test-ci": "CI=true jest --color --collect-coverage",
|
|
"tgui:tsc": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.23.4",
|
|
"@babel/core": "^7.23.3",
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@babel/generator": "^7.23.4",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/parser": "^7.23.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-transform-jscript": "^7.23.3",
|
|
"@babel/preset-env": "^7.23.3",
|
|
"@babel/preset-typescript": "^7.23.3",
|
|
"@babel/types": "^7.23.4",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/jsdom": "^16.2.15",
|
|
"@types/node": "^17.0.45",
|
|
"@types/webpack": "^5.28.5",
|
|
"@types/webpack-env": "^1.18.4",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"babel-jest": "^28.1.3",
|
|
"babel-loader": "^8.3.0",
|
|
"babel-plugin-inferno": "^6.7.0",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"common": "workspace:*",
|
|
"css-loader": "^6.8.1",
|
|
"debug": "^4.3.4",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-radar": "^0.2.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-simple-import-sort": "latest",
|
|
"eslint-plugin-sonarjs": "latest",
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
"globals": "^13.23.0",
|
|
"inferno": "^8.2.2",
|
|
"jest": "^28.1.3",
|
|
"jest-circus": "^28.1.3",
|
|
"jest-environment-jsdom": "^28.1.3",
|
|
"jsdom": "^22.1.0",
|
|
"katex": "^0.15.6",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^13.3.2",
|
|
"style-loader": "^3.3.3",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"typescript": "^4.9.5",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.89.0",
|
|
"webpack-bundle-analyzer": "^4.10.1",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|