Files
Bubberstation/tgui/packages/tgui-panel/package.json
Jeremiah 68ade832cc Adds Tgui styles library (#87964)
## 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
2024-11-19 15:16:15 -05:00

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"
}
}