This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
generated from ApollosProject/apollos-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 5.26 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "WoodmenValley",
"version": "6.1.7",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"setup": "./scripts/init.sh",
"ios": "react-native run-ios",
"android": "SIM=\"$($HOME/Library/Android/sdk/emulator/emulator -list-avds | sed -n 1p)\" && $HOME/Library/Android/sdk/emulator/emulator -avd \"${SIM}\" & react-native run-android",
"codecov": "cat ./coverage/lcov.info | codecov",
"lint": "eslint .",
"postinstall": "jetify && yarn pods",
"bump": "yarn version --patch",
"postversion": "react-native-version --amend --never-increment-build && git push --follow-tags",
"pods": "(bundle install && cd ios && bundle exec pod install --repo-update)",
"start": "yarn start:dev",
"start:dev": "node ./scripts/get-introspection-data.js && react-native start",
"test": "echo \"No tests\"",
"icons": "react-native set-icon --path",
"splash": "react-native set-splash --path"
},
"jest": {
"preset": "react-native",
"collectCoverage": true,
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native|rn-*|react-clone-referenced-element|@react-navigation/native|@react-navigation/stack|@apollosproject|@react-native-picker/picker))"
],
"testMatch": [
"<rootDir>/src/**/?(*.)(test|tests).{js,jsx,mjs}"
],
"modulePaths": [
"<rootDir>/src/"
],
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js",
"./jest.setup.js"
]
},
"dependencies": {
"@amplitude/react-native": "^2.7.0",
"@apollo/client": "3.3.20",
"@apollo/react-hooks": "^3.1.3",
"@apollosproject/apollos-cli": "^3.3.0",
"@apollosproject/config": "^2.45.1",
"@apollosproject/react-native-airplay-btn": "^0.2.0",
"@apollosproject/ui-analytics": "^2.45.1",
"@apollosproject/ui-auth": "v2",
"@apollosproject/ui-connected": "v2",
"@apollosproject/ui-fragments": "v2",
"@apollosproject/ui-htmlview": "v2",
"@apollosproject/ui-kit": "^3.3.1-canary.1",
"@apollosproject/ui-mapview": "^3.3.1-canary.0",
"@apollosproject/ui-media-player": "^3.0.2",
"@apollosproject/ui-notifications": "v2",
"@apollosproject/ui-onboarding": "v2",
"@apollosproject/ui-passes": "v2",
"@apollosproject/ui-prayer": "^3.1.1",
"@apollosproject/ui-scripture": "v2",
"@apollosproject/ui-test-utils": "v2",
"@bugsnag/react-native": "^7.14.1",
"@gorhom/bottom-sheet": "3.4.1",
"@react-native-community/async-storage": "^1.5.1",
"@react-native-community/datetimepicker": "^3.0.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-picker/picker": "^1.9.4",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/compat": "^5.1.28",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"apollo-storybook-react-native": "0.2.12",
"apollo-upload-client": "^17.0.0",
"apollo3-cache-persist": "^0.8.0",
"buffer": "^5.4.3",
"color": "3.0.0",
"core-js": "^3.7.0",
"dotenv": "^6.2.0",
"events": "^3.0.0",
"formik": "^1.5.2",
"graphql": "14.7.0",
"graphql-tag": "2.9.2",
"graphql-tools": "3.1.1",
"lodash": "^4.17.11",
"memoize-one": "4.0.0",
"moment": "2.22.2",
"node-fetch": "2.6.1",
"querystring": "^0.2.1",
"react": "17.0.2",
"react-native": "0.66.1",
"react-native-config": "^0.11.7",
"react-native-device-info": "^4.0.1",
"react-native-geolocation-service": "^5.1.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^3.1.4",
"react-native-inappbrowser-reborn": "3.5.1",
"react-native-linear-gradient": "^2.5.4",
"react-native-maps": "^0.27.1",
"react-native-music-control": "^1.3.0",
"react-native-onesignal": "4.3.6",
"react-native-passkit-wallet": "^0.1.4",
"react-native-permissions": "^2.0.5",
"react-native-reanimated": "^2.2.3",
"react-native-safari-view": "2.1.0",
"react-native-safe-area-context": "^3.0.7",
"react-native-screens": "3.10.2",
"react-native-sha256": "^1.4.7",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.4.0",
"react-native-video": "^5.2.0",
"react-native-video-controls": "2.2.3",
"react-native-webview": "^11.0.0",
"recompose": "^0.30.0",
"rn-fetch-blob": "^0.10.16",
"stream": "^0.0.2",
"yup": "0.26.6"
},
"devDependencies": {
"@apollosproject/eslint-config": "v2",
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@bam.tech/react-native-make": "^3.0.3",
"@bugsnag/react-native-cli": "^7.15.1",
"@bugsnag/source-maps": "^2.3.0",
"@carimus/metro-symlinked-deps": "^1.1.0",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^26",
"babel-plugin-module-resolver": "^4.0.0",
"codecov": "3.7.2",
"eslint": "^7.28.0",
"eslint-import-resolver-babel-module": "^5.0.0-beta.0",
"eslint-plugin-react": "^7.26.1",
"get-dev-paths": "^0.1.0",
"graphql-import": "^0.7.1",
"jest": "^26",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.66.2",
"nodemon": "1.18.7",
"prop-types": "15.6.1",
"react-native-version": "^4.0.0",
"react-test-renderer": "17.0.2",
"waait": "1.0.2"
}
}