-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
39 lines (39 loc) · 1.14 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "jest",
"postinstall": "rm -rf node_modules/react-native-root-modal/node_modules",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/react-native-image-gallery": "^2.2.0",
"@expo/react-native-read-more-text": "^1.0.0",
"@expo/react-native-touchable-native-feedback-safe": "^1.0.0",
"days": "^1.0.2",
"expo": "^30.0.0",
"fbemitter": "^2.1.1",
"geolib": "^2.0.21",
"immutable": "^3.8.1",
"lodash": "^4.16.2",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-fade-in-image": "^1.2.0",
"react-native-root-modal": "^2.0.0",
"react-navigation": "3.0.0-alpha.7",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-effex": "^1.1.2",
"time-js": "0.0.5"
},
"devDependencies": {
"jest-expo": "^30.0.0",
"react-native-scripts": "1.14.0"
}
}