-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.03 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
37
38
39
{
"name": "expo-template-rescript",
"main": "node_modules/expo/AppEntry.js",
"version": "0.0.6",
"license": "MIT",
"keywords": [
"expo",
"reasonml",
"rescript",
"react",
"react-native"
],
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"re:build": "bsb -clean-world -make-world",
"re:watch": "bsb -clean-world -make-world -w",
"re:clean": "bsb -clean-world"
},
"dependencies": {
"expo": "~39.0.2",
"expo-status-bar": "~1.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-web": "~0.13.12",
"reason-expo": "https://gitpkg.now.sh/mlventures/reason-expo/packages/reason-expo?b4833d3",
"reason-react": "^0.9.1",
"reason-react-native": "^0.62.3"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"bs-platform": "^8.2.0"
},
"private": false
}