- apps/api: add web-push@^3.6.7 (prod) + @types/web-push@^3.6.4 (dev) - apps/pwa: add workbox-core, workbox-precaching, workbox-routing@^7.4.1 (dev) - pnpm-lock.yaml updated for all three workspace packages
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@familysync/pwa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@schedule-x/calendar": "4.6.0",
|
|
"@schedule-x/calendar-controls": "4.6.0",
|
|
"@schedule-x/event-modal": "4.6.0",
|
|
"@schedule-x/events-service": "4.6.0",
|
|
"@schedule-x/react": "4.1.0",
|
|
"@schedule-x/theme-default": "4.6.0",
|
|
"@tanstack/react-query": "5.101.0",
|
|
"fractional-indexing": "^3.2.0",
|
|
"ical.js": "2.2.1",
|
|
"lucide-react": "1.17.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router": "^7.17.0",
|
|
"temporal-polyfill": "0.3.2",
|
|
"vite-plugin-pwa": "^1.3.0",
|
|
"zustand": "5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"jsdom": "^26.1.0",
|
|
"typescript": "^5.5.0",
|
|
"vite": "8.0.16",
|
|
"vitest": "^4.1.8",
|
|
"workbox-core": "^7.4.1",
|
|
"workbox-precaching": "^7.4.1",
|
|
"workbox-routing": "^7.4.1"
|
|
}
|
|
}
|