mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 14:55:43 +00:00
7c724a642f
* chore(eslint): add eslint toolchain and configs * fix(eslint): resolve gradual-config errors (rules-of-hooks, no-empty, prefer-const, …) * chore(eslint): clear unused vars in config, contexts, app and test * chore(eslint): clear unused vars in api and music-network * chore(eslint): clear unused vars in utils * chore(eslint): clear unused vars in store * chore(eslint): clear unused vars in cover and hooks * chore(eslint): clear unused vars in components * chore(eslint): clear unused vars in pages * chore(eslint): remove explicit any in src * chore(eslint): align react-hooks exhaustive-deps * chore(eslint): zero gradual config on src * chore(eslint): strict hook rules in store and utils * chore(eslint): strict hook rules in hooks and cover * chore(eslint): strict hook rules in components * chore(eslint): strict hook rules in pages and contexts * chore(eslint): document scripts ignore in eslint config * chore(eslint): add lint script and zero strict findings * chore(eslint): address review round 1 (gradual 0/0, per-site disable reasons) * chore(eslint): tighten two set-state disable comments (review round 2 LOW) * chore(nix): sync npmDepsHash with package-lock.json * docs(changelog): add Under the Hood entry for ESLint setup (PR #1165) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
85 lines
3.1 KiB
JSON
85 lines
3.1 KiB
JSON
{
|
|
"name": "psysonic",
|
|
"version": "1.49.0-dev",
|
|
"private": true,
|
|
"scripts": {
|
|
"check:css-imports": "node scripts/check-css-import-graph.mjs",
|
|
"prebuild:release-notes": "node scripts/generate-release-notes-bundle.mjs",
|
|
"dev": "npm run prebuild:release-notes && vite",
|
|
"build": "npm run prebuild:release-notes && tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "npm run prebuild:release-notes && tauri dev",
|
|
"tauri:build": "npm run prebuild:release-notes && tauri build",
|
|
"lint": "eslint -c eslint.config.mjs src",
|
|
"lint:gradual": "eslint -c eslint.config.gradual.mjs src",
|
|
"test": "npm run prebuild:release-notes && vitest run && node --test scripts/extract-release-section.test.mjs && npm run check:css-imports",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "npm run prebuild:release-notes && vitest run --coverage && npm run check:css-imports"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/dm-sans": "^5.2.8",
|
|
"@fontsource-variable/figtree": "^5.2.10",
|
|
"@fontsource-variable/geist": "^5.2.8",
|
|
"@fontsource-variable/golos-text": "^5.2.8",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
"@fontsource-variable/lexend": "^5.2.11",
|
|
"@fontsource-variable/manrope": "^5.2.8",
|
|
"@fontsource-variable/nunito": "^5.2.7",
|
|
"@fontsource-variable/outfit": "^5.2.8",
|
|
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
|
|
"@fontsource-variable/rubik": "^5.2.8",
|
|
"@fontsource-variable/space-grotesk": "^5.2.10",
|
|
"@fontsource-variable/unbounded": "^5.2.8",
|
|
"@fontsource/opendyslexic": "^5.2.5",
|
|
"@tanstack/react-virtual": "^3.13.26",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2.7.1",
|
|
"@tauri-apps/plugin-fs": "^2.5.1",
|
|
"@tauri-apps/plugin-global-shortcut": "^2",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-shell": "^2",
|
|
"@tauri-apps/plugin-store": "^2",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"@tauri-apps/plugin-window-state": "^2.4.1",
|
|
"axios": "^1.16.0",
|
|
"i18next": "^26.0.8",
|
|
"lucide-react": "^1.17.0",
|
|
"md5": "^2.3.0",
|
|
"papaparse": "^5.5.3",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.6",
|
|
"react-i18next": "^17.0.6",
|
|
"react-router-dom": "^7.16.0",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tauri-apps/cli": "^2.11.2",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/md5": "^2.3.6",
|
|
"@types/node": "^25.6.0",
|
|
"@types/papaparse": "^5.5.2",
|
|
"@types/react": "^19.2.15",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"@vitest/coverage-v8": "^4.1.8",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^10.5.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
"globals": "^17.7.0",
|
|
"jsdom": "^29.1.1",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.62.0",
|
|
"vite": "^8.0.14",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"overrides": {
|
|
"undici": "^7.28.0"
|
|
}
|
|
}
|