-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.72 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
{
"name": "traveladvisor",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-transform-regenerator": "7.4.4",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.16.19",
"@react-navigation/bottom-tabs": "^6.5.0",
"@react-navigation/material-bottom-tabs": "^6.2.7",
"@react-navigation/native": "^6.0.14",
"@react-navigation/native-stack": "^6.9.2",
"ansi-regex": "^6.0.1",
"axios": "^1.2.0",
"dotenv": "^16.0.3",
"expo": "~47.0.8",
"expo-image-picker": "^14.0.2",
"expo-status-bar": "~1.4.2",
"firebase": "^9.6.11",
"init": "^0.1.2",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-animatable": "^1.3.3",
"react-native-dotenv": "^3.4.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^2.8.0",
"react-native-gifted-chat": "^1.0.4",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-pager-view": "^6.1.2",
"react-native-paper": "^4.12.5",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-tab-view": "^3.3.2",
"react-native-tailwindcss": "^1.1.11",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.9",
"tailwind-rn": "^4.2.0",
"tailwindcss-react-native": "^1.7.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"tailwindcss": "^3.2.4"
},
"private": true
}