mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 07:49:09 +00:00
## About The Pull Request Since tgui-core is stable (and headless) now, we can use its accompanying [tgui-styles](https://github.com/tgstation/tgui-styles) library to import our official component styles. This means we can delete them here! ## Why It's Good For The Game Less confusing for contributors trying to fix components. Fix them in the official repo! ## Changelog N/A There should be NO visible difference
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-panel",
|
|
"version": "5.0.3",
|
|
"dependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"@types/react": "^18.3.12",
|
|
"common": "workspace:*",
|
|
"dompurify": "^2.5.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tgui": "workspace:*",
|
|
"tgui-dev-server": "workspace:*",
|
|
"tgui-polyfill": "workspace:*",
|
|
"tgui-styles": "^0.0.10"
|
|
}
|
|
}
|