|
1 | | -{ |
2 | | - "main": "node_modules/expo/AppEntry.js", |
3 | | - "scripts": { |
4 | | - "start": "expo start", |
5 | | - "android": "expo start --android", |
6 | | - "ios": "expo start --ios", |
7 | | - "web": "expo start --web", |
8 | | - "eject": "expo eject" |
9 | | - }, |
10 | | - "dependencies": { |
11 | | - "@react-navigation/native": "^6.0.11", |
12 | | - "@react-navigation/stack": "^6.2.2", |
13 | | - "@reduxjs/toolkit": "^1.8.3", |
14 | | - "expo": "^45.0.0", |
15 | | - "expo-status-bar": "~1.3.0", |
16 | | - "react": "17.0.2", |
17 | | - "react-dom": "17.0.2", |
18 | | - "react-native": "0.68.2", |
19 | | - "react-native-dotenv": "^3.3.1", |
20 | | - "react-native-elements": "^3.4.2", |
21 | | - "react-native-gesture-handler": "~2.2.1", |
22 | | - "react-native-google-places-autocomplete": "^2.4.1", |
23 | | - "react-native-maps": "0.30.2", |
24 | | - "react-native-maps-directions": "^1.9.0", |
25 | | - "react-native-reanimated": "~2.8.0", |
26 | | - "react-native-safe-area-context": "4.2.4", |
27 | | - "react-native-screens": "~3.11.1", |
28 | | - "react-native-vector-icons": "^9.2.0", |
29 | | - "react-native-web": "0.17.7", |
30 | | - "react-redux": "^8.0.2", |
31 | | - "tailwind-react-native-classnames": "^1.5.1" |
32 | | - }, |
33 | | - "devDependencies": { |
34 | | - "@babel/core": "^7.12.9" |
35 | | - }, |
36 | | - "private": true |
37 | | -} |
| 1 | +{ |
| 2 | + "main": "node_modules/expo/AppEntry.js", |
| 3 | + "scripts": { |
| 4 | + "start": "expo start", |
| 5 | + "android": "expo start --android", |
| 6 | + "ios": "expo start --ios", |
| 7 | + "web": "expo start --web", |
| 8 | + "eject": "expo eject" |
| 9 | + }, |
| 10 | + "dependencies": { |
| 11 | + "@react-navigation/native": "^6.0.11", |
| 12 | + "@react-navigation/stack": "^6.2.2", |
| 13 | + "@reduxjs/toolkit": "^1.8.3", |
| 14 | + "expo": "^45.0.0", |
| 15 | + "expo-status-bar": "~1.3.0", |
| 16 | + "react": "17.0.2", |
| 17 | + "react-dom": "17.0.2", |
| 18 | + "react-native": "0.68.2", |
| 19 | + "react-native-dotenv": "^3.3.1", |
| 20 | + "react-native-elements": "^3.4.2", |
| 21 | + "react-native-gesture-handler": "~2.2.1", |
| 22 | + "react-native-google-places-autocomplete": "^2.4.1", |
| 23 | + "react-native-maps": "0.30.2", |
| 24 | + "react-native-maps-directions": "^1.9.0", |
| 25 | + "react-native-reanimated": "~2.8.0", |
| 26 | + "react-native-safe-area-context": "4.2.4", |
| 27 | + "react-native-screens": "~3.11.1", |
| 28 | + "react-native-vector-icons": "^9.2.0", |
| 29 | + "react-native-web": "0.17.7", |
| 30 | + "react-redux": "^8.0.2", |
| 31 | + "tailwind-react-native-classnames": "^1.5.1" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@babel/core": "^7.12.9" |
| 35 | + }, |
| 36 | + "private": true |
| 37 | +} |
0 commit comments