forked from datocms/react-native-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 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
53
54
{
"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": "^25.0.0",
"react-native-dotenv": "^0.1.1",
"react-native-scripts": "1.13.1",
"react-test-renderer": "16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"lint": "eslint .",
"prettier": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"apollo-cache-inmemory": "1.1.12",
"apollo-client": "2.2.8",
"apollo-link-context": "1.0.7",
"apollo-link-http": "1.5.3",
"date-fns": "^1.29.0",
"expo": "^25.0.0",
"fbemitter": "^2.1.1",
"graphql": "0.13.2",
"graphql-tag": "2.8.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.5",
"moment": "^2.22.0",
"react": "16.2.0",
"react-apollo": "2.1.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.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-platform-touchable": "^1.1.1",
"react-native-tab-view": "^0.0.77",
"react-navigation": "^1.5.11",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-persist": "^5.9.1",
"sentry-expo": "^1.7.0"
}
}