feat: Enhance audio settings with ReplayGain, crossfade, and equalizer presets; add AudioSettingsDialog component

This commit is contained in:
2025-08-10 02:57:55 +00:00
committed by GitHub
parent 192148adf2
commit cfd4f88b5e
14 changed files with 974 additions and 125 deletions

View File

@@ -79,18 +79,21 @@
"eslint": "^9.32",
"eslint-config-next": "15.4.5",
"postcss": "^8",
"source-map-support": "^0.5.21",
"tailwindcss": "^4.1.11",
"typescript": "^5"
},
"packageManager": "pnpm@10.13.1",
"overrides": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
"@types/react-dom": "19.1.6",
"typescript": "5.9.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
"@types/react-dom": "19.1.6",
"typescript": "5.9.2"
},
"onlyBuiltDependencies": [
"sharp",