-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.72 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "calyo",
"main": "index.ts",
"version": "1.2.1",
"scripts": {
"dev:client": "APP_VARIANT=development npx expo start",
"dev:server": "npx convex dev",
"prebuild": "APP_VARIANT=development npx expo prebuild",
"android": "APP_VARIANT=development expo run:android",
"ios": "APP_VARIANT=development expo run:ios",
"env:pull": "eas env:pull --environment development",
"eas:dev": "eas build --profile development",
"eas:prod": "eas build --profile production",
"lint": "npx eslint .",
"tsc": "tsc",
"script:importFdc": "ts-node -r tsconfig-paths/register scripts/importFdcData.ts",
"script:syncFoods": "ts-node -r tsconfig-paths/register scripts/syncFoodsData.ts"
},
"dependencies": {
"@ai-sdk/google": "^2.0.23",
"@auth/core": "^0.37.0",
"@convex-dev/auth": "^0.0.90",
"@convex-dev/migrations": "^0.3.0",
"@convex-dev/rate-limiter": "^0.3.0",
"@expo-google-fonts/inter": "^0.4.1",
"@expo/vector-icons": "^15.0.3",
"@google/generative-ai": "^0.24.1",
"@gorhom/bottom-sheet": "^5.2.6",
"@openrouter/ai-sdk-provider": "^1.4.1",
"@oslojs/crypto": "^1.0.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@rn-primitives/alert-dialog": "^1.2.0",
"@rn-primitives/popover": "^1.2.0",
"@rn-primitives/portal": "^1.3.0",
"@shopify/react-native-skia": "2.2.12",
"@tabler/icons-react-native": "^3.34.1",
"ai": "^5.0.76",
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
"convex": "^1.27.3",
"convex-helpers": "^0.1.104",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"expo": "^54.0.21",
"expo-apple-authentication": "~8.0.7",
"expo-auth-session": "~7.0.8",
"expo-blur": "~15.0.7",
"expo-camera": "~17.0.8",
"expo-constants": "~18.0.10",
"expo-crypto": "~15.0.7",
"expo-dev-client": "~6.0.16",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-image-manipulator": "~14.0.7",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-localization": "~17.0.8",
"expo-router": "~6.0.14",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.8",
"expo-web-browser": "~15.0.8",
"lucide-react-native": "^0.543.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-animateable-text": "^0.17.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-mmkv": "^3.3.1",
"react-native-purchases": "^9.6.11",
"react-native-purchases-ui": "^9.6.11",
"react-native-reanimated": "^4.1.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"resend": "^6.1.1",
"uuid": "^13.0.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@convex-dev/eslint-plugin": "^1.0.0",
"@eslint/js": "^9.39.1",
"@types/react": "~19.1.10",
"@types/stream-json": "^1.7.8",
"eslint": "^9.39.1",
"eslint-config-expo": "~10.0.0",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"react-native-svg-transformer": "^1.5.1",
"stream-chain": "^3.4.0",
"stream-json": "^1.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.46.3"
},
"private": true
}