refactor: remove eslint and tsx-related dependencies after bun migration

Removes dev dependencies no longer needed after migrating from tsx to bun as TypeScript runtime and removing linting toolchain. Moves workbox-window to web package dependencies where it's actually used.
This commit is contained in:
weishu
2025-12-25 22:29:35 +08:00
parent 4314aececd
commit 38e8fe8d02
4 changed files with 11 additions and 237 deletions
+1 -2
View File
@@ -24,7 +24,6 @@
},
"devDependencies": {
"concurrently": "^9.2.1",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"
"vite-plugin-pwa": "^1.2.0"
}
}