-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 Bytes
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": "auto-wifi",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "^11.4.1",
"axios": "^1.8.2",
"expo": "53.0.22",
"expo-background-fetch": "~13.1.6",
"expo-build-properties": "~0.14.8",
"expo-status-bar": "~2.2.3",
"expo-updates": "~0.28.17",
"react": "19.0.0",
"react-native": "0.79.5",
"toastify-react-native": "^7.2.3",
"expo-background-task": "~0.2.8",
"expo-dev-client": "~5.2.4",
"react-native-safe-area-context": "5.4.0"
},
"devDependencies": {
"@babel/core": "^7.26.0"
},
"private": true
}