Visually makeover

This commit is contained in:
2026-07-03 21:05:07 +02:00
parent 10a239a155
commit c7fceee11f
40 changed files with 6851 additions and 1201 deletions
+22 -9
View File
@@ -5,10 +5,13 @@
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node scripts/bump-sw-cache-version.mjs",
"build": "vite build",
"build": "vite build && node scripts/stamp-dist-sw.mjs",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" \"scripts/**/*.{js,mjs,ts}\" \"tests/**/*.js\" \"*.js\" \"public/sw.js\"",
"preview": "vite preview",
"serve:backend": "node server/index.mjs",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"check": "npm run lint && npm run typecheck && npm run test",
"update:stations": "node scripts/update-stations.mjs",
"update:stations:build": "npm run update:stations && npm run build",
"radio:import": "tsx scripts/import-radio-stations.ts",
@@ -16,14 +19,24 @@
},
"dependencies": {
"idb": "^8.0.3",
"react": "^19.2.5",
"react-dom": "^19.2.5"
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-react": "^6.0.1",
"tsx": "^4.20.6",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.1",
"@types/node": "^24.13.2",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^10.6.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"jsdom": "^29.1.1",
"terser": "^5.48.0",
"tsx": "^4.23.0",
"typescript": "^5.9.3",
"vite": "^8.0.10"
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3",
"vitest": "^4.1.9"
}
}