-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "bodysync",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.1.0",
"@supabase/supabase-js": "^2.45.4",
"async-storage": "^0.1.0",
"expo": "^52.0.9",
"expo-font": "^13.0.1",
"expo-image-picker": "^16.0.2",
"expo-linear-gradient": "^14.0.1",
"expo-status-bar": "^2.0.0",
"expo-updates": "^0.26.8",
"react": "^18.3.1",
"react-native": "^0.76.2",
"react-native-calendars": "^1.1306.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-gifted-charts": "^1.4.42",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.5",
"react-native-svg": "^15.8.0",
"react-native-walkthrough-tooltip": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"private": true,
"expo.doctor.reactNativeDirectoryCheck.listUnknownPackages": false
}