new feature: close tabs from list

This commit is contained in:
nick comer
2024-05-05 20:38:01 -04:00
parent d390feeab7
commit adc84cf5db
5 changed files with 482 additions and 375 deletions

View File

@@ -19,16 +19,17 @@
],
"dependencies": {
"@types/chrome": "^0.0.251",
"esbuild": "^0.19.5",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"@types/lodash.uniq": "^4.5.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"esbuild": "^0.19.5",
"fuse.js": "^7.0.0",
"lodash.uniq": "^4.5.0",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1"
"react-hotkeys-hook": "^4.4.1",
"styled-components": "^6.1.9",
"typescript": "^5.2.2"
}
}