mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-12 00:02:24 +01:00
66962a8816
trying to update from TGUI Next to TGUI 3, so we can later upgrade from TGUI 3 to TGUI 4.
20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui",
|
|
"version": "3.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"
|
|
}
|
|
}
|