-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) Β· 3.45 KB
/
package.json
File metadata and controls
106 lines (106 loc) Β· 3.45 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
{
"name": "magicmeal",
"main": "expo-router/entry",
"version": "0.1.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"biz:reddit-scout": "node ./biz/reddit-scout.mjs",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"web:build": "expo export --platform web",
"lint": "expo lint",
"commit": "cz",
"postinstall": "patch-package",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.73",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "^8.5.1",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@sentry/react-native": "^7.7.0",
"@supabase/supabase-js": "^2.86.0",
"ai": "^5.0.102",
"expo": "~54.0.25",
"expo-av": "^16.0.7",
"expo-barcode-scanner": "^13.0.1",
"expo-camera": "^17.0.9",
"expo-constants": "~18.0.10",
"expo-document-picker": "~14.0.7",
"expo-file-system": "~19.0.19",
"expo-font": "~14.0.9",
"expo-haptics": "~15.0.7",
"expo-image": "~3.0.10",
"expo-image-picker": "^17.0.8",
"expo-linear-gradient": "^15.0.7",
"expo-linking": "~8.0.9",
"expo-location": "~18.0.5",
"expo-media-library": "^18.2.0",
"expo-router": "~6.0.15",
"expo-splash-screen": "~31.0.11",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.8",
"expo-web-browser": "~15.0.9",
"ollama-ai-provider-v2": "^1.5.5",
"patch-package": "^8.0.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-gifted-charts": "^1.4.68",
"react-native-image-viewing": "^0.2.2",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^3.0.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1",
"swr": "^2.3.6",
"zod": "^4.1.13"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^13.1.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/react": "~19.1.0",
"actionlint": "^2.0.6",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"husky": "^9.1.7",
"semantic-release": "^25.0.2",
"typescript": "~5.9.2"
},
"private": true,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"description": "AI-powered πͺ calorie tracker π₯ for food, weight βοΈ, blood pressure β€οΈ, and recipe tracking π³ β built with React Native + Expo. Track your meals effortlessly with barcode scanning and AI photo recognition.",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phishy/magicmeal.git"
},
"author": "",
"bugs": {
"url": "https://github.com/phishy/magicmeal/issues"
},
"homepage": "https://github.com/phishy/magicmeal#readme"
}