This repository was archived by the owner on Dec 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.36 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"scripts": {
"start": "expo start",
"test": "jest",
"lint": "eslint . --ext .js"
},
"dependencies": {
"@expo/react-native-action-sheet": "^2.1.0",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.1",
"apollo-link-http": "^1.1.0",
"apollo-link-schema": "^1.0.2",
"apollo-link-state": "^0.4.1",
"buffer": "^5.0.8",
"color": "^2.0.1",
"creditcardutils": "^1.0.0",
"entities": "^1.1.1",
"events": "^1.1.1",
"expo": "^32.0.6",
"expo-analytics": "^1.0.8",
"expokit": "32.1.1",
"extract-files": "^3.1.0",
"file-saver": "^1.3.3",
"formik": "^0.11.11",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"graphql-tools": "^2.16.0",
"history": "^4.7.2",
"htmlparser2": "^3.9.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.2",
"moment": "^2.20.1",
"pluralize": "^7.0.0",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "16.6.3",
"react-apollo": "^2.1.3",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-list": "^0.8.8",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-app-intro-slider": "^0.2.4",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-tab-view": "^0.0.74",
"react-native-web": "^0.6.1",
"react-native-web-maps": "^0.2.0",
"react-router": "^4.2.0",
"react-test-renderer": "^16.8.6",
"recompose": "^0.26.0",
"rn-placeholder": "^1.2.0",
"schedule": "0.4.0",
"shuffle-seed": "^1.1.6",
"truncate": "^2.0.0",
"url-parse": "^1.2.0",
"victory": "^0.24.5",
"victory-native": "30.0.0",
"yup": "^0.24.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "24.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}