This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.1",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.4.13",
"apollo-link": "^1.2.8",
"apollo-link-context": "^1.0.17",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.11",
"apollo-link-retry": "^2.2.10",
"apollo-link-ws": "^1.0.14",
"apollo-utilities": "^1.1.3",
"expo": "^34.0.1",
"expo-constants": "^6.0.0",
"expo-document-picker": "~6.0.0",
"expo-image-picker": "~6.0.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"hash.js": "^1.1.7",
"hybrid-crypto-js": "^0.1.6",
"lodash.debounce": "^4.0.8",
"moment": "^2.24.0",
"permissions": "^0.1.0",
"react": "16.8.3",
"react-apollo": "^2.5.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-async-image-animated": "^4.3.0",
"react-native-auto-grow-textinput": "^1.2.1",
"react-native-aws3": "0.0.9",
"react-native-diff-component": "^1.0.3",
"react-native-gesture-handler": "~1.3.0",
"react-native-gifted-chat": "^0.7.3",
"react-native-global-props": "^1.1.5",
"react-native-indicators": "^0.13.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-lightbox": "^0.8.0",
"react-native-reanimated": "~1.1.0",
"react-native-screens": "1.0.0-alpha.22",
"react-native-switch-pro": "^1.0.2",
"react-navigation": "^4.0.3",
"react-navigation-animated-switch": "^0.3.2",
"react-navigation-drawer": "^2.1.2",
"react-navigation-stack": "^2.0.0-alpha.13",
"reactn": "^2.2.4",
"simple-crypto-js": "^2.0.2",
"subscriptions-transport-ws": "^0.9.15",
"validate.js": "^0.12.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"husky": "^3.0.8",
"prettier": "~1.12.1"
},
"husky": {
"hooks": {
"pre-commit": "prettier --write --single-quote --trailing-comma all"
}
},
"private": false
}