Files
wtr/package.json
zv 1ae1be68ec
All checks were successful
CI / Lint, typecheck and build (push) Successful in 9m54s
feat: persist push subscriptions in sqlite
2026-06-13 22:03:37 +02:00

42 lines
1.0 KiB
JSON

{
"name": "wtr",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"notifications:worker": "node scripts/notification-worker.mjs"
},
"dependencies": {
"@tanstack/react-query": "^5.80.0",
"better-sqlite3": "^12.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.0.0",
"lucide-react": "^0.468.0",
"next": "^16.2.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^3.8.1",
"tailwind-merge": "^2.5.5",
"web-push": "^3.6.7",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/web-push": "^3.6.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^16.2.6",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}