-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.88 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
{
"name": "agixt-workouts",
"version": "0.0.1",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@dotlottie/react-player": "^1.6.19",
"@expo/vector-icons": "^14.0.2",
"@expo/webpack-config": "~19.0.1",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-picker/picker": "2.7.5",
"@react-native-vector-icons/fontawesome5": "^5.15.4-alpha.19",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"agixt": "^1.0.55",
"crypto": "^1.0.1",
"expo": "~51.0.22",
"expo-av": "~14.0.6",
"expo-background-fetch": "~12.0.1",
"expo-build-properties": "~0.12.5",
"expo-dev-client": "~4.0.20",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.22",
"formik": "^2.4.6",
"lottie-react-native": "6.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-background-fetch": "^4.2.5",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-health-connect": "^3.1.0",
"react-native-paper": "^5.12.4",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true,
"packageManager": "[email protected]"
}