-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 955 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 955 Bytes
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
{
"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": {
"expo": "^34.0.1",
"expo-web-browser": "^6.0.0",
"native-base": "^2.13.5",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "^1.3.0",
"react-native-maps": "0.25.0",
"react-native-star-rating": "^1.1.0",
"react-native-swiper": "^1.5.14",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1",
"rn-falcon-app-intro": "^1.2.3"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-preset-expo": "^6.0.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0"
},
"private": true
}