-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1017 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/material-bottom-tabs": "^6.2.12",
"@react-navigation/native": "^6.1.3",
"alphavantage": "^2.4.1",
"dotenv": "^16.0.3",
"expo": "~47.0.13",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.2",
"react-native-dotenv": "^3.4.7",
"react-native-elements": "^3.4.3",
"react-native-paper": "^5.1.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.19.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "0.18.12",
"require": "^2.4.20"
},
"devDependencies": {
"@babel/core": "^7.20.12"
},
"private": true
}