-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.32 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
68
69
70
71
72
73
74
{
"name": "chennaicommunityforum",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^4.0.0",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-picker/picker": "^1.16.6",
"@react-navigation/bottom-tabs": "^5.2.18",
"@react-navigation/drawer": "^5.8.7",
"@react-navigation/native": "^5.7.2",
"@react-navigation/stack": "^5.8.0",
"@redux-offline/redux-offline": "^2.6.0",
"amazon-cognito-identity-js": "^5.0.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-link": "^1.2.14",
"aws-amplify": "^4.2.3",
"aws-appsync": "^4.1.1",
"aws-appsync-auth-link": "^3.0.6",
"aws-appsync-react": "^4.0.7",
"aws-appsync-subscription-link": "^3.0.8",
"expo": "~38.0.9",
"expo-image-picker": "~8.4.0",
"expo-linking": "^1.0.4",
"expo-splash-screen": "^0.5.0",
"expo-status-bar": "^1.0.0",
"expo-updates": "~0.2.10",
"expo-web-browser": "~8.3.1",
"graphql": "^15.2.0",
"graphql-tag": "^2.10.3",
"html-react-parser": "^0.13.0",
"lodash.flowright": "^3.5.0",
"md5": "^2.3.0",
"react": "17.0.1",
"react-apollo": "^3.1.5",
"react-native": "0.64.2",
"react-native-elements": "^2.1.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.5.0",
"react-native-image-picker": "^2.3.3",
"react-native-inappbrowser-reborn": "^3.4.0",
"react-native-safe-area-context": "^3.3.0",
"react-native-unimodules": "~0.10.1",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^7.0.0",
"uuid": "^8.3.2",
"uuidv4": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
},
"private": true
}