Files
Bubberstation/tgui/package.json
Aleksej Komarov baf9bd2f95 REMOVES TGUI (#49330)
* 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>
2020-02-17 04:51:56 -08:00

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