mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-22 22:57:38 +01:00
a3a4910025
* some type cleanup * dependencies
18 lines
341 B
JSON
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
|
|
}
|