-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.01 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
{
"name": "eregulation-mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "~19.0.1",
"@react-native-community/slider": "4.5.5",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"expo": "^52.0.17",
"expo-file-system": "~18.0.4",
"expo-status-bar": "~2.0.0",
"expo-system": "^0.0.0",
"expo-updates": "~0.26.10",
"paho-mqtt": "^1.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-reanimated": "~3.16.1",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-root-toast": "^3.4.1",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.13",
"ui": "^0.2.4"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}