mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Upgrade tgui dependencies, make yarn task skippable (#58081) * Upgrade tgui dependencies, make yarn task skippable * Use a phony target to avoid double rebuilds * Upgrade tgui dependencies, make yarn task skippable Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-panel",
|
|
"version": "4.3.0",
|
|
"dependencies": {
|
|
"common": "workspace:*",
|
|
"dompurify": "^2.2.7",
|
|
"inferno": "^7.4.8",
|
|
"tgui": "workspace:*",
|
|
"tgui-dev-server": "workspace:*",
|
|
"tgui-polyfill": "workspace:*"
|
|
}
|
|
}
|