-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 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
41
42
43
44
45
46
{
"name": "belgranowear",
"version": "1.4.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@react-navigation/stack": "^6.3.21",
"advanced-html-parser": "^1.1.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"expo": "^51.0.38",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"geolib": "^3.3.4",
"i18n-js": "^4.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.10",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-splash-screen": "^3.3.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.6",
"specialtonormal": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4"
},
"private": true
}