|
11 | 11 | "codegen": "rimraf src/stations.json && tsx scripts/generate.ts"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@changey/react-leaflet-markercluster": "4.0.0-rc1", |
15 |
| - "@tanstack/react-query": "5.79.0", |
16 |
| - "@trpc/client": "11.1.4", |
17 |
| - "@trpc/next": "11.1.4", |
18 |
| - "@trpc/react-query": "11.1.4", |
19 |
| - "@trpc/server": "11.1.4", |
20 |
| - "csvtojson": "2.0.10", |
21 |
| - "leaflet": "1.9.4", |
22 |
| - "leaflet.markercluster": "1.5.3", |
23 |
| - "next": "15.3.3", |
24 |
| - "next-seo": "5.15.0", |
25 |
| - "react": "18.3.1", |
26 |
| - "react-dom": "18.3.1", |
27 |
| - "react-leaflet": "4.2.1", |
28 |
| - "react-query": "3.39.3", |
29 |
| - "react-viewport-list": "5.4.1", |
30 |
| - "superjson": "1.13.3", |
31 |
| - "use-debounce": "10.0.4", |
32 |
| - "use-local-storage": "3.0.0", |
33 |
| - "zod": "3.25.42" |
| 14 | + "@changey/react-leaflet-markercluster": "catalog:", |
| 15 | + "@tanstack/react-query": "catalog:", |
| 16 | + "@trpc/client": "catalog:", |
| 17 | + "@trpc/next": "catalog:", |
| 18 | + "@trpc/react-query": "catalog:", |
| 19 | + "@trpc/server": "catalog:", |
| 20 | + "csvtojson": "catalog:", |
| 21 | + "leaflet": "catalog:", |
| 22 | + "leaflet.markercluster": "catalog:", |
| 23 | + "next": "catalog:", |
| 24 | + "next-seo": "catalog:", |
| 25 | + "react": "catalog:", |
| 26 | + "react-dom": "catalog:", |
| 27 | + "react-leaflet": "catalog:", |
| 28 | + "react-query": "catalog:", |
| 29 | + "react-viewport-list": "catalog:", |
| 30 | + "superjson": "catalog:", |
| 31 | + "use-debounce": "catalog:", |
| 32 | + "use-local-storage": "catalog:", |
| 33 | + "zod": "catalog:" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@iconify/react": "3.2.2", |
37 |
| - "@types/leaflet": "1.9.18", |
38 |
| - "@types/node": "22.15.29", |
39 |
| - "@types/react": "18.3.23", |
40 |
| - "@types/react-dom": "18.3.7", |
| 36 | + "@iconify/react": "catalog:", |
| 37 | + "@types/leaflet": "catalog:", |
| 38 | + "@types/node": "catalog:", |
| 39 | + "@types/react": "catalog:", |
| 40 | + "@types/react-dom": "catalog:", |
41 | 41 | "@yeger/tsconfig": "workspace:*",
|
42 |
| - "autoprefixer": "10.4.21", |
43 |
| - "eslint-config-next": "15.3.3", |
44 |
| - "node-fetch": "3.3.2", |
45 |
| - "postcss": "8.5.4", |
46 |
| - "rimraf": "6.0.1", |
47 |
| - "tailwindcss": "3.4.17", |
48 |
| - "tsx": "3.14.0", |
49 |
| - "typescript": "5.8.3" |
| 42 | + "autoprefixer": "catalog:", |
| 43 | + "eslint-config-next": "catalog:", |
| 44 | + "node-fetch": "catalog:", |
| 45 | + "postcss": "catalog:", |
| 46 | + "rimraf": "catalog:", |
| 47 | + "tailwindcss": "catalog:", |
| 48 | + "tsx": "catalog:", |
| 49 | + "typescript": "catalog:" |
50 | 50 | },
|
51 | 51 | "lint-staged": {
|
52 | 52 | "*.{astro,cjs,html,js,jsx,json,md,mjs,mts,svelte,ts,tsx,vue,yaml,yml}": "eslint --fix"
|
|
0 commit comments