-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
286 lines (286 loc) · 11.1 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
{
"name": "myapp",
"version": "2.0.0",
"private": true,
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
},
"optionalDependencies": {
"fsevents": "1.2.4"
},
"apollo": {
"schemas": {
"myPrimaryBackend": {
"schema": "schema.json",
"endpoint": "http://localhost:4000",
"engineKey": false
}
},
"queries": [
{
"schema": "myPrimaryBackend",
"includes": [
"./src/**/*.gql"
],
"excludes": [
"node_modules/**"
]
}
]
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry-web.js",
"scripts": {
"postinstall": "test -n \"$NOYARNPOSTINSTALL\" || sh ./postinstall.sh",
"startdev": "dotenv -- nodemon -e ts,graphql -x ts-node prisma/src/index.ts",
"server": "nodemon -e 'ts,js,graphql' --watch prisma --ignore ./node_modules --ignore ./prisma/node_modules -x 'node -r ts-node/register -r dotenv/config --inspect prisma/src/index.ts'",
"wweb": "nodemon -e 'ts,js,graphql' --watch prisma src --ignore ./node_modules -x 'npm run web'",
"web": "react-scripts start",
"build-web": "react-scripts build",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"lintinit": "eslint --init",
"codegen": "graphql codegen",
"gen": "apollo codegen:generate"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/code-frame": "^7.0.0-rc.3",
"@babel/core": "^7.0.0-rc.3",
"@babel/generator": "^7.0.0-rc.3",
"@babel/helper-module-imports": "^7.0.0-rc.3",
"@babel/helper-optimise-call-expression": "^7.0.0-rc.3",
"@babel/helper-plugin-utils": "^7.0.0-rc.3",
"@babel/helper-remap-async-to-generator": "^7.0.0-rc.3",
"@babel/helpers": "^7.0.0-rc.3",
"@babel/parser": "^7.0.0-rc.3",
"@babel/plugin-external-helpers": "^7.0.0-rc.3",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.3",
"@babel/plugin-proposal-decorators": "^7.0.0-rc.3",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.3",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-rc.3",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.3",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0-rc.3",
"@babel/plugin-transform-arrow-functions": "^7.0.0-rc.3",
"@babel/plugin-transform-async-to-generator": "^7.0.0-rc.3",
"@babel/plugin-transform-block-scoping": "^7.0.0-rc.3",
"@babel/plugin-transform-classes": "^7.0.0-rc.3",
"@babel/plugin-transform-computed-properties": "^7.0.0-rc.3",
"@babel/plugin-transform-destructuring": "^7.0.0-rc.3",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-rc.3",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-rc.3",
"@babel/plugin-transform-for-of": "^7.0.0-rc.3",
"@babel/plugin-transform-function-name": "^7.0.0-rc.3",
"@babel/plugin-transform-literals": "^7.0.0-rc.3",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.3",
"@babel/plugin-transform-object-assign": "^7.0.0-rc.3",
"@babel/plugin-transform-parameters": "^7.0.0-rc.3",
"@babel/plugin-transform-react-constant-elements": "^7.0.0-rc.3",
"@babel/plugin-transform-react-display-name": "^7.0.0-rc.3",
"@babel/plugin-transform-react-jsx": "^7.0.0-rc.3",
"@babel/plugin-transform-react-jsx-source": "^7.0.0-rc.3",
"@babel/plugin-transform-regenerator": "^7.0.0-rc.3",
"@babel/plugin-transform-runtime": "^7.0.0-rc.3",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-rc.3",
"@babel/plugin-transform-spread": "^7.0.0-rc.3",
"@babel/plugin-transform-sticky-regex": "^7.0.0-rc.3",
"@babel/plugin-transform-template-literals": "^7.0.0-rc.3",
"@babel/plugin-transform-unicode-regex": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/preset-flow": "^7.0.0-rc.3",
"@babel/preset-react": "^7.0.0-rc.3",
"@babel/register": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@babel/template": "^7.0.0-rc.3",
"@babel/traverse": "^7.0.0-rc.3",
"@babel/types": "^7.0.0-rc.3",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-rc.3",
"babel-plugin-macros": "latest",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.15",
"flat": "^4.1.0",
"history": "^4.7.2",
"query-string": "^6.1.0",
"@storybook/addon-knobs": "^3.4.10",
"@svgr/webpack": "^2.2.0",
"@types/graphql": "^0.13.4",
"apollo-cache-inmemory": "latest",
"apollo-client": "latest",
"apollo-errors": "latest",
"apollo-link": "latest",
"apollo-link-context": "latest",
"apollo-link-error": "^1.1.0",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-upload-client": "^8.1.0",
"apollo-utilities": "latest",
"autoprefixer": "^9.1.0",
"babylon": "^7.0.0-beta.47",
"bfj": "^6.1.1",
"copy-webpack-plugin":"latest",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"css-loader": "^1.0.0",
"dotenv": "^6.0.0",
"dotenv-expand": "^4.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-react-native": "^3.2.1",
"espree": "^3.5.2",
"expo": "^29.0.0",
"expo-web": "^0.0.14",
"fecha": "^2.3.3",
"file-loader": "^1.1.11",
"graphql": "^0.13.2",
"graphql-anywhere": "latest",
"graphql-tag": "^2.9.2",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^4.0.0-alpha",
"identity-obj-proxy": "3.0.0",
"loader-utils": "^1.1.0",
"lodash": "latest",
"markdown-it": "^8.4.2",
"markdown-it-loader": "^0.7.0",
"metro": "latest",
"mini-css-extract-plugin": "^0.4.0",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^2.1.6",
"promise": "8.0.1",
"raf": "3.4.0",
"raw-loader": "^0.5.1",
"react": "16.4.1",
"react-apollo": "^2.1.11",
"react-art": "^16.4.2",
"react-dev-utils": "6.0.0-next.3e165448",
"react-dom": "16.4.1",
"react-markdown": "^3.4.1",
"react-native": "^0.56.0",
"react-native-credit-card-input": "^0.4.1",
"react-native-keyboard-aware-scroll-view": "^0.4.4",
"react-native-linear-gradient": "^2.4.0",
"react-native-onesignal": "^3.2.6",
"react-native-picker": "^4.3.7",
"react-native-settings-list": "^1.8.0",
"react-native-tab-view": "^0.0.73",
"react-native-vector-icons": "file:react-native-vector-icons",
"react-native-web": "^0.8.8",
"react-native-web-linear-gradient": "^1.0.2",
"react-navigation": "^2.12.0",
"react-navigation-props-mapper": "^0.1.3",
"react-scripts": "file:react-scripts",
"resolve": "1.6.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"styled-components": "^3.4.2",
"subscriptions-transport-ws": "^0.9.14",
"sw-precache-webpack-plugin": "0.11.5",
"thread-loader": "^1.2.0",
"tipsi-stripe": "^5.5.1",
"ts-node": "^7.0.1",
"typescript": "^3.0.1",
"url-loader": "^1.0.1",
"webpack": "^4.17.1",
"webpack-dev-server": "latest",
"webpack-manifest-plugin": "^2.0.3",
"yargs": "^12.0.1"
},
"devDependencies": {
"@types/graphql": "0.13.4",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-expo-web": "^0.0.5",
"babel-plugin-react-native-web": "^0.4.0",
"babel-plugin-transform-imports": "^1.4.1",
"babel-preset-react-native": "^5.0.2",
"dedent": "^0.7.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-babel": "^7.0.1",
"eslint-config-prettier": "^3.0.1",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "7.11.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-scope": "3.7.1",
"eslint-visitor-keys": "^1.0.0",
"husky": "^1.0.0-rc.13",
"jest-expo": "29.0.0",
"lint-staged": "^7.2.2",
"mocha": "^5.0.1",
"prettier": "^1.4.4",
"react-native-scripts": "next",
"react-test-renderer": "16.2.0"
},
"resolutions": {
"graphql": "^0.13.2",
"@babel/code-frame": "^7.0.0-rc.3",
"@babel/core": "^7.0.0-rc.3",
"@babel/plugin-transform-async-to-generator": "^7.0.0-rc.3",
"@babel/generator": "^7.0.0-rc.3",
"@babel/parser": "^7.0.0-rc.3",
"@babel/helper-remap-async-to-generator": "^7.0.0-rc.3",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0-rc.3",
"@babel/helper-optimise-call-expression": "^7.0.0-rc.3",
"@babel/helper-module-imports": "^7.0.0-rc.3",
"@babel/helper-plugin-utils": "^7.0.0-rc.3",
"@babel/plugin-external-helpers": "^7.0.0-rc.3",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.3",
"@babel/plugin-proposal-decorators": "^7.0.0-rc.3",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.3",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-rc.3",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.3",
"@babel/plugin-transform-arrow-functions": "^7.0.0-rc.3",
"@babel/plugin-transform-block-scoping": "^7.0.0-rc.3",
"@babel/plugin-transform-classes": "^7.0.0-rc.3",
"@babel/plugin-transform-computed-properties": "^7.0.0-rc.3",
"@babel/plugin-transform-destructuring": "^7.0.0-rc.3",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-rc.3",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-rc.3",
"@babel/plugin-transform-for-of": "^7.0.0-rc.3",
"@babel/plugin-transform-function-name": "^7.0.0-rc.3",
"@babel/plugin-transform-literals": "^7.0.0-rc.3",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.3",
"@babel/plugin-transform-object-assign": "^7.0.0-rc.3",
"@babel/plugin-transform-parameters": "^7.0.0-rc.3",
"@babel/plugin-transform-react-constant-elements": "^7.0.0-rc.3",
"@babel/plugin-transform-react-display-name": "^7.0.0-rc.3",
"@babel/plugin-transform-react-jsx": "^7.0.0-rc.3",
"@babel/plugin-transform-react-jsx-source": "^7.0.0-rc.3",
"@babel/plugin-transform-regenerator": "^7.0.0-rc.3",
"@babel/plugin-transform-runtime": "^7.0.0-rc.3",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-rc.3",
"@babel/plugin-transform-spread": "^7.0.0-rc.3",
"@babel/plugin-transform-sticky-regex": "^7.0.0-rc.3",
"@babel/plugin-transform-template-literals": "^7.0.0-rc.3",
"@babel/plugin-transform-unicode-regex": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/preset-flow": "^7.0.0-rc.3",
"@babel/preset-react": "^7.0.0-rc.3",
"@babel/register": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@babel/template": "^7.0.0-rc.3",
"@babel/traverse": "^7.0.0-rc.3",
"@babel/types": "^7.0.0-rc.3",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-rc.3",
"@babel/helpers": "^7.0.0-rc.3"
}
}