|
17 | 17 | "typecheck": "tsc --noEmit"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@clerk/clerk-expo": "^1.1.4", |
21 |
| - "@expo/metro-config": "^0.18.3", |
22 |
| - "@react-native-async-storage/async-storage": "1.23.1", |
23 |
| - "@react-native-community/datetimepicker": "8.0.1", |
24 |
| - "@react-native-picker/picker": "2.7.5", |
25 |
| - "@react-navigation/drawer": "^6.6.11", |
26 |
| - "@rehookify/datepicker": "^6.6.1", |
27 |
| - "@shopify/flash-list": "1.6.4", |
28 |
| - "@tamagui/babel-plugin": "^1.100.0", |
29 |
| - "@tamagui/config": "^1.100.0", |
30 |
| - "@tamagui/lucide-icons": "^1.100.0", |
31 |
| - "@tamagui/toast": "^1.100.0", |
32 |
| - "@tanstack/react-query": "^5.25.0", |
33 |
| - "@trpc/client": "11.0.0-rc.330", |
34 |
| - "@trpc/react-query": "11.0.0-rc.330", |
35 |
| - "@trpc/server": "11.0.0-rc.330", |
| 20 | + "@clerk/clerk-expo": "catalog:", |
| 21 | + "@expo/metro-config": "catalog:", |
| 22 | + "@react-native-async-storage/async-storage": "catalog:", |
| 23 | + "@react-native-community/datetimepicker": "catalog:", |
| 24 | + "@react-native-picker/picker": "catalog:", |
| 25 | + "@react-navigation/drawer": "catalog:", |
| 26 | + "@rehookify/datepicker": "catalog:", |
| 27 | + "@shopify/flash-list": "catalog:", |
| 28 | + "@tamagui/babel-plugin": "catalog:", |
| 29 | + "@tamagui/config": "catalog:", |
| 30 | + "@tamagui/lucide-icons": "catalog:", |
| 31 | + "@tamagui/toast": "catalog:", |
| 32 | + "@tanstack/react-query": "catalog:", |
| 33 | + "@trpc/client": "catalog:", |
| 34 | + "@trpc/react-query": "catalog:", |
| 35 | + "@trpc/server": "catalog:", |
36 | 36 | "@zotmeal/api": "workspace:*",
|
37 |
| - "burnt": "^0.12.2", |
38 |
| - "date-fns": "^3.6.0", |
39 |
| - "expo": "~51.0.11", |
40 |
| - "expo-constants": "~16.0.2", |
41 |
| - "expo-font": "^12.0.7", |
42 |
| - "expo-linear-gradient": "~13.0.2", |
43 |
| - "expo-linking": "~6.3.1", |
44 |
| - "expo-router": "~3.5.15", |
45 |
| - "expo-secure-store": "^13.0.1", |
46 |
| - "expo-splash-screen": "~0.27.5", |
47 |
| - "expo-status-bar": "~1.12.1", |
48 |
| - "react": "18.2.0", |
49 |
| - "react-datepicker": "^6.9.0", |
50 |
| - "react-dom": "18.2.0", |
51 |
| - "react-native": "~0.74.2", |
52 |
| - "react-native-css-interop": "~0.0.34", |
53 |
| - "react-native-gesture-handler": "~2.16.2", |
54 |
| - "react-native-reanimated": "~3.10.1", |
55 |
| - "react-native-safe-area-context": "~4.10.1", |
56 |
| - "react-native-screens": "~3.31.1", |
57 |
| - "react-native-svg": "^15.1.0", |
58 |
| - "superjson": "2.2.1", |
59 |
| - "tamagui": "^1.100.0", |
60 |
| - "zod": "^3.22.4", |
61 |
| - "zustand": "^4.5.2" |
| 37 | + "burnt": "catalog:", |
| 38 | + "date-fns": "catalog:", |
| 39 | + "expo": "catalog:", |
| 40 | + "expo-constants": "catalog:", |
| 41 | + "expo-font": "catalog:", |
| 42 | + "expo-linear-gradient": "catalog:", |
| 43 | + "expo-linking": "catalog:", |
| 44 | + "expo-router": "catalog:", |
| 45 | + "expo-secure-store": "catalog:", |
| 46 | + "expo-splash-screen": "catalog:", |
| 47 | + "expo-status-bar": "catalog:", |
| 48 | + "react18": "catalog:", |
| 49 | + "react-datepicker": "catalog:", |
| 50 | + "react-native": "catalog:", |
| 51 | + "react-native-css-interop": "catalog:", |
| 52 | + "react-native-gesture-handler": "catalog:", |
| 53 | + "react-native-reanimated": "catalog:", |
| 54 | + "react-native-safe-area-context": "catalog:", |
| 55 | + "react-native-screens": "catalog:", |
| 56 | + "react-native-svg": "catalog:", |
| 57 | + "superjson": "catalog:", |
| 58 | + "tamagui": "catalog:", |
| 59 | + "zod": "catalog:", |
| 60 | + "zustand": "catalog:" |
62 | 61 | },
|
63 | 62 | "devDependencies": {
|
64 |
| - "@babel/core": "^7.24.0", |
65 |
| - "@babel/preset-env": "^7.24.0", |
66 |
| - "@babel/preset-typescript": "^7.24.6", |
67 |
| - "@babel/runtime": "^7.24.0", |
68 |
| - "@jest/globals": "^29.7.0", |
69 |
| - "@testing-library/react-native": "^12.5.1", |
70 |
| - "@types/react-datepicker": "^6.2.0", |
| 63 | + "@babel/core": "catalog:", |
| 64 | + "@babel/preset-env": "catalog:", |
| 65 | + "@babel/preset-typescript": "catalog:", |
| 66 | + "@babel/runtime": "catalog:", |
| 67 | + "@jest/globals": "catalog:", |
| 68 | + "@testing-library/react-native": "catalog:", |
| 69 | + "@types/react-datepicker": "catalog:", |
71 | 70 | "@zotmeal/eslint-config": "workspace:*",
|
72 | 71 | "@zotmeal/prettier-config": "workspace:*",
|
73 | 72 | "@zotmeal/tailwind-config": "workspace:*",
|
74 | 73 | "@zotmeal/tsconfig": "workspace:^0.1.0",
|
75 |
| - "eslint": "^8.57.0", |
76 |
| - "jest": "^29.7.0", |
77 |
| - "jest-expo": "^50.0.4", |
78 |
| - "prettier": "^3.2.5", |
79 |
| - "tailwindcss": "^3.4.3", |
80 |
| - "ts-jest": "^29.1.4", |
81 |
| - "typescript": "^5.5.3" |
| 74 | + "eslint": "catalog:", |
| 75 | + "jest": "catalog:", |
| 76 | + "jest-expo": "catalog:", |
| 77 | + "prettier": "catalog:", |
| 78 | + "tailwindcss": "catalog:", |
| 79 | + "ts-jest": "catalog:", |
| 80 | + "typescript": "catalog:" |
82 | 81 | },
|
83 | 82 | "eslintConfig": {
|
84 | 83 | "root": true,
|
|
0 commit comments