mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-04 02:41:35 +01:00
ae9e36a155
* [TGUI] Update dependencies & dev server fix * Update yarn.lock * Update tgui.bundle.js * Update helpers.min.js * Fix paradise-paradise * Rebuild html assets on build * And here
15 lines
411 B
JSON
15 lines
411 B
JSON
{
|
|
"name": "tgui-setup",
|
|
"version": "0.0.1",
|
|
"description": "Minifies assets to inject into tgui.html",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:helpers": "terser helpers.js -f ascii_only,comments=false -o ../../public/helpers.min.js",
|
|
"build:style": "cleancss -o ../../public/ntos-error.min.css ntos-error.css"
|
|
},
|
|
"dependencies": {
|
|
"clean-css-cli": "^5.6.3",
|
|
"terser": "^5.44.0"
|
|
}
|
|
}
|