chore: Remove unused dependencies and clean up imports

- Removed lucide-react and next-themes from package dependencies
- Simplified import in workbench store for path and file-saver
- Removed unnecessary module definition in Vite config
This commit is contained in:
Toddyclipsgg
2025-02-23 20:00:17 -03:00
parent 36872ee6a0
commit 056a446f0f
4 changed files with 5 additions and 33 deletions

View File

@@ -89,7 +89,6 @@ export default defineConfig((config) => {
__PKG_DEV_DEPENDENCIES: JSON.stringify(pkg.devDependencies),
__PKG_PEER_DEPENDENCIES: JSON.stringify(pkg.peerDependencies),
__PKG_OPTIONAL_DEPENDENCIES: JSON.stringify(pkg.optionalDependencies),
module: {},
},
build: {
target: 'esnext',