Files
Kashargul 2ad2e969f3 tgui fixes (#19602)
* tgui fixes

* typing

* use direct paths
2026-07-11 21:10:53 +02:00

34 lines
849 B
JSON

{
"name": "tgui-workspace",
"version": "6.0.0",
"type": "module",
"devDependencies": {
"@happy-dom/global-registrator": "^20.10.6",
"@rspack/cli": "^2.1.3",
"@rspack/core": "^2.1.3",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.14",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/webpack-env": "^1.18.8",
"@types/wicg-file-system-access": "^2023.10.7",
"css-loader": "^7.1.4",
"sass-embedded": "^1.100.0",
"sass-loader": "^17.0.0",
"typescript": "^7.0.2"
},
"packageManager": "bun@1.3.3",
"private": true,
"scripts": {
"tgui:analyze": "rspack --analyze",
"tgui:biome-fix": "biome lint --write .",
"tgui:build": "rspack build",
"tgui:dev": "bun --smol packages/tgui-dev-server/index.ts",
"tgui:test": "bun test",
"tgui:tsc": "tsc"
},
"workspaces": [
"packages/*"
]
}