-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 919 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
{
"name": "weather",
"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": {
"@expo/config-plugins": "^5.0.1",
"@expo/prebuild-config": "^5.0.3",
"dotenv": "^16.0.3",
"expo": "^46.0.16",
"expo-location": "^14.3.0",
"expo-modules-autolinking": "^0.10.3",
"expo-status-bar": "^1.4.0",
"native-base": "^3.4.19",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "4.3.1",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"react-native-dotenv": "^3.3.1",
"yarn-upgrade-all": "^0.7.1"
},
"private": true,
"packageManager": "[email protected]"
}