mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-25 08:43:42 +00:00
63 lines
2.1 KiB
JSON
63 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "tgui-workspace",
|
|
"version": "4.4.0",
|
|
"packageManager": "yarn@3.2.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/core": "^7.18.0",
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
|
"@babel/plugin-transform-jscript": "^7.17.12",
|
|
"@babel/preset-env": "^7.18.0",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@types/jest": "^27.5.1",
|
|
"@types/jsdom": "^16.2.14",
|
|
"@types/node": "^17.0.35",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-env": "^1.17.0",
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
"babel-jest": "^28.1.0",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-inferno": "^6.4.0",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"common": "workspace:*",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-radar": "^0.2.1",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"inferno": "^7.4.11",
|
|
"jest": "^28.1.0",
|
|
"jest-circus": "^28.1.0",
|
|
"jest-environment-jsdom": "^28.1.0",
|
|
"jsdom": "^19.0.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"prettier": "npm:prettierx@0.19.0",
|
|
"sass": "^1.52.1",
|
|
"sass-loader": "^13.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"typescript": "^4.6.4",
|
|
"webpack": "^5.72.1",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-cli": "^4.9.2"
|
|
}
|
|
}
|