mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-04-05 03:41:50 +01:00
* Fix a number of build issues * Update babel.config.js * Update package.json * Update package.json * Update dreamseeker.js * Update package.json * Update webpack.config.js * Update yarn.lock * a * a Co-authored-by: Aleksej Komarov <stylemistake@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "tgui-workspace",
|
|
"version": "4.3.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.13.8",
|
|
"@babel/eslint-parser": "^7.13.8",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-transform-jscript": "^7.12.13",
|
|
"@babel/preset-env": "^7.13.8",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/jsdom": "^16.2.6",
|
|
"@types/node": "^14.14.31",
|
|
"@typescript-eslint/parser": "^4.15.2",
|
|
"babel-jest": "^26.6.3",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-inferno": "^6.1.1",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"common": "workspace:*",
|
|
"css-loader": "^5.1.0",
|
|
"eslint": "^7.20.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"file-loader": "^6.2.0",
|
|
"inferno": "^7.4.8",
|
|
"jest": "^26.6.3",
|
|
"jest-circus": "^26.6.3",
|
|
"jsdom": "^16.4.0",
|
|
"mini-css-extract-plugin": "^1.3.9",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"style-loader": "^2.0.0",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"typescript": "^4.1.5",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.24.2",
|
|
"webpack-bundle-analyzer": "^4.4.0",
|
|
"webpack-cli": "^4.5.0"
|
|
}
|
|
}
|