This repository has been archived by the owner on May 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathpackage.json
181 lines (181 loc) · 6.6 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
{
"name": "hackatalk",
"private": true,
"version": "2.2.0",
"main": "node_modules/expo/AppEntry.js",
"description": "Open source chat app",
"author": "dooboolab",
"license": "GPL-3.0-only",
"scripts": {
"postinstall": "patch-package",
"fix-dep": "npx expo doctor --fix-dependencies",
"dev": "node node_modules/react-native/local-cli/cli.js start",
"tsc": "tsc",
"cp:config": "cp .env.sample .env",
"watch": "tsc -w",
"start": "expo start",
"codecov": "codecov",
"upgrade": "react-native-git-upgrade && npm install --save react-native",
"upgrade:major": "react-native upgrade",
"test": "jest --runInBand --detectOpenHandles",
"web": "EXPO_WEBPACK_FAST_REFRESH=1 expo web",
"start:packager": "node_modules/react-native/packager/packager.sh",
"start:reset": "node node_modules/react-native/local-cli/cli.js start --reset-cache",
"lint": "yarn lint:i18n && eslint src --ext .ts,.tsx,.js,.jsx",
"lint:i18n": "eslint --fix --ext .json --format node_modules/eslint-plugin-i18n-json/formatter.js assets/langs/",
"relay": "relay-compiler",
"relay-watch": "yarn relay-compiler --watch",
"schema": "get-graphql-schema http://localhost:4000/graphql > schema.graphql",
"codegen": "graphql-codegen --config codegen.yml",
"generate": "yarn schema && yarn codegen",
"predeploy": "expo build:web",
"deploy-hosting": "npm run predeploy && firebase deploy --only hosting",
"eas-build:prod": "eas build --platform all --auto-submit"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@emotion/native": "^11.10.0",
"@emotion/react": "^11.10.4",
"@expo/match-media": "^0.3.0",
"@expo/react-native-action-sheet": "^3.13.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/core": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.1",
"apollo-upload-client": "^17.0.0",
"dooboo-ui": "^0.2.0-rc.3",
"expo": "^47.0.0",
"expo-apple-authentication": "~5.0.1",
"expo-asset": "~8.7.0",
"expo-auth-session": "~3.8.0",
"expo-av": "~13.0.2",
"expo-constants": "~14.0.2",
"expo-crypto": "~12.0.0",
"expo-device": "~5.0.0",
"expo-image-manipulator": "~11.0.0",
"expo-image-picker": "~14.0.2",
"expo-linear-gradient": "~12.0.1",
"expo-localization": "~14.0.0",
"expo-notifications": "~0.17.0",
"expo-random": "~13.0.0",
"expo-screen-orientation": "~5.0.1",
"expo-splash-screen": "~0.17.5",
"expo-updates": "~0.15.6",
"expo-video-thumbnails": "~7.0.0",
"expo-web-browser": "~12.0.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.2",
"i18n-js": "^4.1.1",
"immer": "^9.0.15",
"mime": "^3.0.0",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-error-boundary": "^1.1.16",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "~1.8.0",
"react-native-modalbox": "^2.0.2",
"react-native-pager-view": "6.0.1",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "~3.18.0",
"react-native-shared-element": "0.8.4",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.2.1",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1",
"react-navigation-shared-element": "^3.1.3",
"react-navigation-stack": "^2.10.4",
"react-relay": "^14.1.0",
"react-responsive": "^9.0.0",
"relay-runtime": "^14.1.0",
"sentry-expo": "~6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-block-scoping": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
"@dooboo/eslint-config-react-native": "^1.0.4",
"@emotion/babel-plugin": "^11.10.2",
"@expo/config-plugins": "^5.0.2",
"@expo/metro-config": "^0.4.0",
"@expo/webpack-config": "^0.17.2",
"@graphql-codegen/cli": "^2.13.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-document-nodes": "^2.3.3",
"@graphql-codegen/typescript-graphql-files-modules": "^2.2.1",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
"@graphql-tools/relay-operation-optimizer": "6.5.6",
"@svgr/webpack": "^6.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.2.0",
"@types/apollo-upload-client": "^17.0.1",
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.1.1",
"@types/mime": "^3.0.1",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-modalbox": "^1.4.10",
"@types/react-relay": "^14.1.2",
"@types/react-responsive": "^8.0.5",
"@types/react-test-renderer": "18.0.0",
"@types/relay-test-utils": "^14.1.0",
"abort-controller": "^3.0.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-relay": "^14.1.0",
"babel-preset-expo": "~9.2.1",
"codecov": "^3.8.3",
"eslint": "^8.24.0",
"eslint-plugin-i18n-json": "^4.0.0",
"get-graphql-schema": "^2.1.2",
"import-sort-style-eslint": "^6.0.0",
"jest": "^26.6.3",
"jest-expo": "^47.0.0",
"jest-fetch-mock": "^3.0.3",
"jetifier": "^2.0.0",
"metro-babel-register": "^0.72.3",
"mockdate": "^3.0.5",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"prettier-plugin-import-sort": "^0.0.7",
"react-dom": "18.1.0",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "18.2.0",
"relay-compiler": "^14.1.0",
"relay-compiler-language-typescript": "^15.0.1",
"relay-config": "^12.0.1",
"relay-test-utils": "^14.1.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"importSort": {
".js, .jsx": {
"style": "eslint",
"options": {}
},
".ts, .tsx": {
"parser": "typescript",
"style": "eslint",
"options": {}
}
},
"packageManager": "[email protected]"
}