forked from Deividasss/upathletics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.24 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
{
"name": "upathletics",
"version": "1.0.0",
"main": "node_modules/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.17.11",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"axios": "^1.2.0",
"expo": "~46.0.9",
"expo-app-loading": "~2.1.0",
"expo-av": "~12.0.4",
"expo-image-picker": "~13.3.1",
"expo-screen-orientation": "~4.3.0",
"expo-status-bar": "~1.4.0",
"moment": "^2.29.4",
"react": "18.0.0",
"react-date-countdown-timer": "^1.1.0",
"react-native": "0.69.6",
"react-native-countdown-component": "^2.7.1",
"react-native-dynamic-search-bar": "^2.0.2",
"react-native-embed-instagram": "^0.1.1",
"react-native-image-crop-picker": "^0.39.0",
"react-native-image-picker": "^4.10.2",
"react-native-instagram-embed": "^0.0.6",
"react-native-safe-area": "^0.5.1",
"react-native-webview": "^11.23.1",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}