Files
VOREStation/tgui/packages/tgui-panel/package.json
T
Kashargul a3a4910025 Type (#19276)
* some type cleanup

* dependencies
2026-03-11 22:21:48 +01:00

18 lines
341 B
JSON

{
"name": "tgui-panel",
"version": "6.0.0",
"dependencies": {
"common": "workspace:*",
"dompurify": "^3.3.3",
"es-toolkit": "^1.45.1",
"jotai": "^2.18.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tgui": "workspace:*",
"tgui-core": "^5.9.0",
"tgui-dev-server": "workspace:*",
"zod": "^4.3.6"
},
"private": true
}