-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 871 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
{
"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": {
"@babel/preset-env": "^7.22.20",
"@expo-google-fonts/roboto": "^0.2.3",
"expo": "^49.0.13",
"expo-font": "~11.4.0",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native-config": "^1.5.1",
"react-native-dotenv": "^3.4.9",
"react-native-fontawesome": "^7.0.0",
"react-native-reanimated": "^3.5.4",
"react-native-skeleton-content": "^1.0.28",
"react-native-vector-icons": "^10.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@react-native/metro-config": "^0.73.1",
"react-native": "^0.72.5"
},
"private": true
}