This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
forked from datocms/react-native-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "DatoCMS-ChainReactConf",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-react-native-prettier": "^1.0.1",
"jest-expo": "^36.0.0",
"react-test-renderer": "16.8.3"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo android",
"ios": "expo ios",
"test": "jest",
"lint": "eslint .",
"prettier": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"date-fns": "^1.29.0",
"expo": "^36.0.0",
"expo-asset": "~8.0.0",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-linear-gradient": "~8.0.0",
"expo-web-browser": "~8.0.0",
"fbemitter": "^2.1.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.5",
"metro-react-native-babel-preset": "^0.56.4",
"moment": "^2.22.0",
"react": "16.9.0",
"react-apollo": "2.1.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-app-link": "^0.4.1",
"react-native-fade-in-image": "^1.3.0",
"react-native-linear-gradient": "2.4.0",
"react-native-maps": "0.26.1",
"react-native-platform-touchable": "^1.1.1",
"react-native-tab-view": "^0.0.77",
"react-navigation": "^1.5.11",
"react-redux": "^5.0.7",
"sentry-expo": "~2.0.0"
}
}