Files
Bubberstation/tgui/package.json
SkyratBot a41c721edd [MIRROR] Periodic tgui maintenance (#1448)
* Periodic tgui maintenance (#54567)

    Upgraded Yarn to 2.3.3
        Fixes building for people who use non-latin characters and spaces in their paths to tgstation repo.
    Removed webpack notifier
        RIP
        WSL users can now build tgui and not get errors about .pipe.

* Periodic tgui maintenance

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
2020-10-25 11:14:22 +01:00

36 lines
991 B
JSON

{
"private": true,
"name": "tgui-workspace",
"version": "4.2.0",
"workspaces": [
"packages/*"
],
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-jscript": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-inferno": "^6.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"common": "workspace:*",
"css-loader": "^4.2.1",
"cssnano": "^4.1.10",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.17.0",
"extract-css-chunks-webpack-plugin": "^4.7.5",
"file-loader": "^6.0.0",
"inferno": "^7.4.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pnp-webpack-plugin": "^1.6.4",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.1.0",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
}
}