mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
34 lines
903 B
JSON
34 lines
903 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-workspace",
|
|
"version": "4.3.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@babel/plugin-transform-jscript": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-inferno": "^6.1.1",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"common": "workspace:*",
|
|
"css-loader": "^5.0.1",
|
|
"cssnano": "^4.1.10",
|
|
"eslint": "^7.18.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"file-loader": "^6.2.0",
|
|
"inferno": "^7.4.7",
|
|
"mini-css-extract-plugin": "^1.3.4",
|
|
"sass": "^1.32.4",
|
|
"sass-loader": "^10.1.1",
|
|
"style-loader": "^2.0.0",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.15.0",
|
|
"webpack-bundle-analyzer": "^4.3.0",
|
|
"webpack-cli": "^4.3.1"
|
|
}
|
|
}
|