mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 06:19:24 +00:00
* Removes tgui * Make tgui script executable again * Set version of packages to 2.0.0 * Update copypasta docs to match the current best practice * Rebuild tgui * Update .github/CONTRIBUTING.md Co-Authored-By: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com> * Remove holy bible by Arcane * rebuild Co-authored-by: BadSS13Player <58376109+BadSS13Player@users.noreply.github.com> Co-authored-by: Rob Bailey <actioninja@gmail.com>
20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui",
|
|
"version": "2.0.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "eslint packages && cd packages/tgui && npx webpack --mode=production",
|
|
"watch": "cd packages/tgui-dev-server && node --experimental-modules index.js",
|
|
"analyze": "cd packages/tgui && npx webpack --mode=production --env.analyze=1",
|
|
"lint": "eslint packages"
|
|
},
|
|
"dependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-react": "^7.17.0"
|
|
}
|
|
}
|