-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "flightsapp",
"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",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/datetimepicker": "^3.5.2",
"@shoutem/ui": "^4.6.7",
"axios": "^0.25.0",
"dotenv": "^15.0.0",
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-dialog": "^9.2.0",
"react-native-elements": "^3.4.2",
"react-native-linear-gradient": "~2.5.6",
"react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-safe-area-context": "^3.1.9",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "~6.6.0",
"react-native-web": "0.17.1",
"react-native-webview": "~11.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}