-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 2 KB
/
package.json
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
{
"name": "SafeBite",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"expo": "^52.0.8",
"expo-camera": "^16.0.6",
"expo-dev-client": "~5.0.4",
"expo-image-manipulator": "~13.0.5",
"expo-linear-gradient": "~14.0.1",
"expo-navigation-bar": "~4.0.3",
"expo-router": "~4.0.8",
"expo-status-bar": "~2.0.0",
"framer-motion": "^11.11.17",
"lucide-react": "^0.460.0",
"lucide-react-native": "^0.460.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-native": "0.76.2",
"react-native-chart-kit": "^6.12.0",
"react-native-config": "^1.5.3",
"react-native-css-interop": "^0.1.22",
"react-native-gesture-handler": "~2.20.2",
"react-native-heroicons": "^4.0.0",
"react-native-image-picker": "^7.1.2",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@react-native-community/cli": "^15.1.2",
"@types/react": "~18.3.12",
"@types/react-native-vector-icons": "^6.4.18",
"typescript": "^5.3.3"
},
"private": true
}