-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1013 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
37
{
"main": "node_modules/expo/AppEntry.js",
"jest": {
"preset": "jest-react-native"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"expo": "^31.0.2",
"lottie-react-native": "^2.5.10",
"mockery": "^2.1.0",
"native-base": "^2.8.1",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-elements": "^0.19.1",
"react-native-maps": "^0.22.1",
"react-native-router-flux": "^4.0.6",
"react-native-swiper": "^1.5.14",
"react-navigation": "^3.0.5"
},
"devDependencies": {
"babel-jest": "^23.6.0",
"babel-preset-expo": "^5.0.0",
"babel-preset-react-native": "^4.0.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"jest": "^23.6.0",
"jest-react-native": "^18.0.0",
"react-test-renderer": "^16.6.3"
},
"private": true
}