This repository was archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
52
{
"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": "^39.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": "^39.0.0",
"expo-asset": "~8.2.0",
"expo-constants": "~9.2.0",
"expo-font": "~8.3.0",
"expo-linear-gradient": "~8.3.0",
"expo-web-browser": "~8.5.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.13.1",
"react-apollo": "3.1.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"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.27.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"
}
}