-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "weather",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo/webpack-config": "^0.17.0",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@react-native-async-storage/async-storage": "^1.17.10",
"expo": "~46.0.16",
"expo-font": "~10.2.0",
"expo-linear-gradient": "^11.4.0",
"expo-location": "^14.3.0",
"expo-permissions": "^13.2.0",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-material-menu": "^2.0.0",
"react-native-switch-selector": "^2.2.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.4",
"react-router-native": "^6.4.2",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.19.6"
},
"private": true
}