-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 952 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"build": "bsb -make-world -clean-world",
"watch": "bsb -make-world -clean-world -w"
},
"dependencies": {
"bs-platform": "^5.0.4",
"expo": "^34.0.3",
"expo-linear-gradient": "^5.0.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-reanimated": "~1.1.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-navigation": "^3.12.1",
"react-navigation-header-buttons": "^3.0.2",
"reason-expo": "^34.0.0",
"reason-react": "^0.7.0",
"reason-react-native": "^0.60.0",
"reason-react-navigation": "^3.11.0-alpha.0"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0"
},
"private": true
}