forked from datocms/react-native-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
52
53
{
"name": "DatoCMS-ChainReactConf",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-preset-react-native": "^4.0.0",
"eslint": "^6.8.0",
"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": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"date-fns": "^1.29.0",
"expo": "^37.0.0",
"expo-asset": "^8.1.4",
"expo-constants": "^9.0.0",
"expo-font": "^8.1.1",
"expo-linear-gradient": "^8.1.0",
"expo-web-browser": "^8.1.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": "3.1.5",
"react-native": "^0.61.4",
"react-native-app-link": "^0.4.1",
"react-native-dotenv": "^0.2.0",
"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"
}
}