-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "metafit",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/core": "7.24.0",
"@expo/vector-icons": "14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.2",
"@react-navigation/bottom-tabs": "^6.5.19",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"expo": "^51.0.9",
"expo-asset": "10.0.6",
"expo-av": "14.0.5",
"expo-dev-client": "~4.0.15",
"expo-status-bar": "1.12.1",
"expo-updates": "~0.25.15",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "2.16.1",
"react-native-pager-view": "6.3.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-tab-view": "^3.5.2",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true
}