|
10 | 10 | "preview": "vite preview", |
11 | 11 | "lint": "biome check", |
12 | 12 | "lint:fix": "biome check --write", |
13 | | - "update-browser-mapping": "pnpm i -D baseline-browser-mapping@latest" |
| 13 | + "update-browser-mapping": "pnpm i -D baseline-browser-mapping@latest", |
| 14 | + "generate:notification-api-types": "openapi-typescript https://app.dev.j26.se/notifications/api/openapi.json --output src/generated/notification-api.ts --export-type --immutable --empty-objects-unknown" |
14 | 15 | }, |
15 | 16 | "dependencies": { |
16 | 17 | "@fontsource-variable/source-sans-3": "^5.2.9", |
|
19 | 20 | "@scouterna/ui-webc": "2.2.0", |
20 | 21 | "@tabler/icons": "^3.35.0", |
21 | 22 | "@tailwindcss/vite": "^4.1.17", |
| 23 | + "@tanstack/react-query": "^5.90.16", |
22 | 24 | "@tanstack/react-router": "^1.139.14", |
23 | 25 | "@tanstack/react-router-devtools": "^1.139.15", |
| 26 | + "@tolgee/format-icu": "^6.2.7", |
24 | 27 | "@tolgee/react": "^6.2.7", |
25 | 28 | "arktype": "^2.1.29", |
26 | 29 | "clsx": "^2.1.1", |
| 30 | + "date-fns": "^4.1.0", |
| 31 | + "firebase": "^12.7.0", |
27 | 32 | "iconoir": "^7.11.0", |
28 | 33 | "iconoir-react": "^7.11.0", |
29 | 34 | "jotai": "^2.16.0", |
30 | 35 | "motion": "^12.24.12", |
31 | 36 | "nitro": "3.0.1-alpha.1", |
| 37 | + "openapi-fetch": "^0.15.0", |
32 | 38 | "react": "^19.2.1", |
33 | 39 | "react-dom": "^19.2.1", |
34 | 40 | "tailwind-merge": "^3.4.0", |
|
44 | 50 | "babel-plugin-react-compiler": "^19.1.0-rc.3", |
45 | 51 | "baseline-browser-mapping": "^2.9.7", |
46 | 52 | "globals": "^16.5.0", |
| 53 | + "openapi-typescript": "^7.10.1", |
47 | 54 | "typescript": "~5.9.3", |
48 | 55 | "vite": "npm:rolldown-vite@7.2.10", |
49 | 56 | "vite-plugin-pwa": "^1.2.0" |
|
0 commit comments