|
17 | 17 | "gen:api": "orval" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "next": "^16.1.1", |
21 | | - "react": "^19.2.3", |
22 | | - "react-dom": "^19.2.3", |
| 20 | + "@google-cloud/opentelemetry-cloud-trace-exporter": "^3.0.0", |
| 21 | + "@opentelemetry/instrumentation-fetch": "^0.208.0", |
| 22 | + "@opentelemetry/instrumentation-http": "^0.208.0", |
| 23 | + "@opentelemetry/resources": "^2.2.0", |
| 24 | + "@opentelemetry/sdk-node": "^0.208.0", |
| 25 | + "@opentelemetry/sdk-trace-base": "^2.2.0", |
| 26 | + "@opentelemetry/semantic-conventions": "^1.38.0", |
| 27 | + "@serwist/turbopack": "^9.5.0", |
23 | 28 | "@tanstack/react-devtools": "^0.9.1", |
24 | 29 | "@tanstack/react-form": "^1.27.7", |
25 | 30 | "@tanstack/react-form-devtools": "^0.2.11", |
26 | 31 | "@tanstack/react-query": "^5.90.16", |
27 | 32 | "@tanstack/react-query-devtools": "^5.91.2", |
28 | | - "@serwist/turbopack": "^9.5.0", |
29 | | - "serwist": "^9.5.0", |
30 | | - "jotai": "^2.16.1", |
31 | | - "jotai-location": "^0.6.2", |
32 | | - "zod": "^4.2.1", |
33 | 33 | "axios": "^1.13.2", |
34 | 34 | "better-auth": "^1.4.10", |
35 | | - "next-intl": "^4.1.0", |
36 | 35 | "class-variance-authority": "^0.7.1", |
37 | 36 | "clsx": "^2.1.1", |
38 | | - "tailwind-merge": "^3.4.0", |
| 37 | + "jotai": "^2.16.1", |
| 38 | + "jotai-location": "^0.6.2", |
39 | 39 | "lucide-react": "^0.562.0", |
40 | | - "@google-cloud/opentelemetry-cloud-trace-exporter": "^3.0.0", |
41 | | - "@opentelemetry/instrumentation-fetch": "^0.208.0", |
42 | | - "@opentelemetry/instrumentation-http": "^0.208.0", |
43 | | - "@opentelemetry/resources": "^2.2.0", |
44 | | - "@opentelemetry/sdk-node": "^0.208.0", |
45 | | - "@opentelemetry/sdk-trace-base": "^2.2.0", |
46 | | - "@opentelemetry/semantic-conventions": "^1.38.0" |
| 40 | + "next": "^16.1.1", |
| 41 | + "next-intl": "^4.1.0", |
| 42 | + "react": "^19.2.3", |
| 43 | + "react-dom": "^19.2.3", |
| 44 | + "serwist": "^9.5.0", |
| 45 | + "tailwind-merge": "^3.4.0", |
| 46 | + "zod": "^4.2.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@biomejs/biome": "^2.3.11", |
| 50 | + "@tailwindcss/postcss": "^4.1.5", |
50 | 51 | "@types/node": "^24.5.1", |
51 | 52 | "@types/react": "^19.2.3", |
52 | 53 | "@types/react-dom": "^19.2.3", |
53 | | - "typescript": "^5.9.3", |
54 | | - "tailwindcss": "^4.1.5", |
55 | | - "@tailwindcss/postcss": "^4.1.5", |
56 | | - "postcss": "^8.5.6", |
57 | | - "orval": "^8.0.0-rc.5", |
58 | | - "vitest": "^4.0.16", |
| 54 | + "@vitejs/plugin-react": "^5.1.2", |
| 55 | + "babel-plugin-react-compiler": "^1.0.0", |
59 | 56 | "jsdom": "^26.1.0", |
60 | | - "@vitejs/plugin-react": "^5.1.2" |
| 57 | + "orval": "^8.0.0-rc.5", |
| 58 | + "postcss": "^8.5.6", |
| 59 | + "tailwindcss": "^4.1.5", |
| 60 | + "typescript": "^5.9.3", |
| 61 | + "vitest": "^4.0.16" |
61 | 62 | } |
62 | 63 | } |
0 commit comments