-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathpackage.json
33 lines (33 loc) · 910 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
{
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "^3.0.3",
"@expo/vector-icons": "^10.0.6",
"expo": "^36.0.0",
"expo-font": "^8.0.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-gesture-handler": "^1.5.6",
"react-native-offline": "5.4.0",
"react-native-screens": "^2.0.0-beta.2",
"react-navigation": "^3.0.9",
"redux": "^4.0.5",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@types/react-navigation": "3.4.0",
"babel-preset-expo": "^8.0.0",
"jest-expo": "^36.0.0"
},
"private": true
}