Files
CHOMPStation2/tgui/package.json
CHOMPStation2StaffMirrorBot c2b1e154db [MIRROR] move to native toFixed (#11490)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-08-22 21:41:55 +02:00

31 lines
748 B
JSON

{
"private": true,
"name": "tgui-workspace",
"version": "6.0.0",
"packageManager": "bun@1.2.20",
"workspaces": [
"packages/*"
],
"scripts": {
"tgui:analyze": "rspack --analyze",
"tgui:build": "rspack build",
"tgui:dev": "bun --smol packages/tgui-dev-server/index.ts",
"tgui:test": "bun test",
"tgui:tsc": "tsc"
},
"devDependencies": {
"@happy-dom/global-registrator": "^17.6.3",
"@rspack/cli": "^1.4.11",
"@rspack/core": "^1.4.11",
"@types/bun": "^1.2.20",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@types/webpack-env": "^1.18.8",
"@types/wicg-file-system-access": "^2023.10.6",
"css-loader": "^7.1.2",
"sass-embedded": "^1.90.0",
"sass-loader": "^16.0.5",
"typescript": "^5.9.2"
}
}