-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1 KB
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
{
"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.6",
"expo": "^34.0.3",
"expo-linear-gradient": "^5.0.1",
"marked": "^0.7.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "^1.4.1",
"react-native-markdown-view": "^1.1.4",
"react-native-reanimated": "^1.2.0",
"react-native-screens": "^2.0.0-alpha.3",
"react-navigation": "^3.12.1",
"reason-expo": "^34.0.0",
"reason-react": "^0.7.0",
"reason-react-native": "^0.60.0",
"reason-react-navigation": "^3.11.0-alpha.0",
"reason-urql": "^1.0.0"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0",
"graphql_ppx": "^0.2.8"
},
"private": true
}