forked from Alovoa/alovoa-expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/preset-env": "^7.19.1",
"@backpackapp-io/react-native-toast": "^0.10.0",
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@likashefqet/react-native-image-zoom": "^4.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/slider": "4.4.2",
"@react-navigation/material-bottom-tabs": "^6.2.18",
"@react-navigation/material-top-tabs": "^6.3.1",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"axios": "1.6.8",
"expo": "49.0.23",
"expo-build-properties": "^0.12.5",
"expo-clipboard": "^5.0.1",
"expo-device": "5.4.0",
"expo-file-system": "15.4.5",
"expo-font": "~11.4.0",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "14.3.2",
"expo-linking": "~5.0.2",
"expo-localization": "~14.3.0",
"expo-location": "^16.1.0",
"expo-media-library": "15.4.1",
"expo-modules-autolinking": "~1.5.0",
"expo-radio-button": "^1.0.8",
"expo-screen-orientation": "6.0.6",
"expo-secure-store": "~12.3.1",
"expo-sharing": "^11.5.0",
"expo-splash-screen": "0.20.5",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"i18n-js": "4.2.0",
"install-expo-modules": "^0.6.1",
"json5": "^1.0.2",
"lodash": "^4.17.21",
"mime": "^4.0.1",
"node-fetch": "^2.6.7",
"react": "18.2.0",
"react-art": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.10",
"react-native-autolink": "^4.2.0",
"react-native-card-stack-swiper": "^1.2.5",
"react-native-file-access": "^2.5.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-paper": "5.10.6",
"react-native-paper-dates": "0.21.7",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-swiper-flatlist": "3.2.3",
"react-native-tab-view": "^3.3.0",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^9.2.0",
"react-native-walkthrough-tooltip": "^1.5.0",
"react-native-web": "^0.19.7",
"react-navigation": "^4.4.4",
"reanimated-color-picker": "2.2.0",
"semver": "^7.5.2",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/helper-get-function-arity": "^7.16.7",
"@types/react": "~18.2.14",
"@types/react-dom": "~18.0.10",
"@types/react-native": "~0.70.1",
"prettier": "^2.2.1",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^5.1.3"
},
"private": true,
"name": "alovoa-expo",
"version": "1.0.0"
}