[Remove] Remove some packages that is no longer in use.

@emotion/react, @emotion/styled: It was installed when installed MUI (Material UI) as official install documentation but it doesn't use it for now.
@typescript-eslint/eslint-plugin, @typescript-eslint/parser: It's not using Typescript so remove it. I think it was installed when it set up by vite at the first time? I guess.
This commit is contained in:
Sakamoto Shiina
2024-12-13 09:55:57 +09:00
parent 0e74833f22
commit 949270b8ca
2 changed files with 82 additions and 374 deletions

View File

@@ -23,12 +23,8 @@
"release-all": "npm run build && npm run release && npm run build-cuda && npm run release-cuda"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.6",
"@tauri-apps/api": "^1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",