mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
36 lines
991 B
JSON
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"
|
|
}
|
|
}
|