Skip to content

Commit

Permalink
Support discographies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphmongo committed Dec 20, 2023
1 parent e31c328 commit d963123
Show file tree
Hide file tree
Showing 23 changed files with 1,266 additions and 788 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 13,36 @@
},
"dependencies": {
"@extend-chrome/storage": "^1.5.0",
"@sentry/browser": "^7.80.1",
"@sentry/browser": "^7.81.1",
"content-disposition": "^0.5.4",
"daisyui": "^4.3.1",
"daisyui": "^4.4.9",
"detect-browser": "^5.3.0",
"immer": "^10.0.3",
"neverthrow": "^6.1.0",
"p-queue": "^7.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"webextension-polyfill": "^0.10.0",
"zod": "^3.22.4",
"zustand": "^4.4.6"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.10.1",
"@types/chrome": "^0.0.251",
"@types/content-disposition": "^0.5.8",
"@types/eslint": "^8.44.7",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"@types/webextension-polyfill": "^0.10.6",
"@sentry/vite-plugin": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-neverthrow": "^1.1.4",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -50,11 51,11 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"postcss": "^8.4.14",
"postcss": "^8.4.31",
"prettier": "3.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.4.7",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-plugin-web-extension": "^3.2.0"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit d963123

Please sign in to comment.