-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 996 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
32
33
34
35
36
{
"main": "node_modules/expo/AppEntry.js",
"homepage": "http://dmueller39.github.io/speed-reading-glimpse",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"expo": "^40.0.0",
"expo-2d-context": "^0.0.2",
"expo-cli": "^3.22.3",
"expo-gl": "^8.0.0",
"preval.macro": "^5.0.0",
"react": "16.9.0",
"react-dom": "^16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-web": "0.11",
"react-redux": "^7.2.0",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-preset-expo": "^8.0.0",
"flow-bin": "0.104.0",
"flow-typed": "^3.1.0",
"gh-pages": "^3.2.0",
"prettier": "1.18.2"
},
"private": true,
"version": "0.0.1"
}