-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
95 lines (95 loc) · 3.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Proximity",
"version": "2.1.0",
"private": true,
"author": {
"name": "Karan Pratap Singh",
"email": "[email protected]",
"url": "http://karanpratapsingh.com"
},
"repository": {
"type": "git",
"url": "https://github.com/karanpratapsingh/Proximity.git"
},
"scripts": {
"start": "react-native start",
"test": "jest",
"cocoapods": "cd ios && pod install && cd ..",
"ios": "react-native run-ios --simulator=\"iPhone 8\"",
"device": "react-native run-ios --device=\"iPhone\"",
"android": "react-native run-android",
"emulator": "emulator @PIXEL_API_28",
"codepush:ios": "appcenter codepush release-react -a Karan-Pratap-Singh/Proximity -d Production",
"codepush:android": "appcenter codepush release-react -a Karan-Pratap-Singh/Proximity-Android -d Production"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@gorhom/sticky-item": "^2.0.0",
"@invertase/react-native-apple-authentication": "^0.1.1",
"@react-native-community/async-storage": "^1.7.0",
"@react-native-community/google-signin": "^3.0.3",
"@types/jest": "^24.0.21",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"@types/react-redux": "^7.1.5",
"@types/react-test-renderer": "^16.9.1",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"apollo-utilities": "^1.3.2",
"dateformat": "^3.0.3",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-code-push": "^6.0.0",
"react-native-fast-image": "^7.0.2",
"react-native-firebase": "^5.6.0",
"react-native-flash-message": "^0.1.15",
"react-native-gesture-handler": "^1.6.0",
"react-native-gifted-chat": "^0.12.0",
"react-native-image-crop-picker": "^0.26.2",
"react-native-indicators": "^0.17.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-material-textfield": "^0.16.1",
"react-native-modal": "^11.5.4",
"react-native-modalize": "^1.3.6",
"react-native-modest-checkbox": "^3.3.0",
"react-native-pose": "^0.9.1",
"react-native-reanimated": "^1.7.0",
"react-native-responsive-dimensions": "^3.0.0",
"react-native-splash-screen": "^3.2.0",
"react-native-storage": "^1.0.1",
"react-native-story": "^0.1.3",
"react-native-super-grid": "^3.1.1",
"react-native-svg": "^9.13.3",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.10",
"react-navigation-animated-switch": "^0.3.2",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.5.6",
"rn-placeholder": "^3.0.0",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "^3.8.3"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"appcenter-cli": "^2.3.3",
"babel-jest": "^24.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"react-native-svg-transformer": "^0.14.0",
"react-test-renderer": "16.8.1"
},
"jest": {
"preset": "react-native"
}
}