-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
171 lines (171 loc) · 5.67 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
{
"name": "medixbot",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"start:web": "nx run web:serve",
"start:mobile": "nx run mobile:serve",
"start:ios": "nx run mobile:run-ios",
"start:android": "nx run mobile:run-android",
"start:api": "nx run api:serve",
"build": "nx build",
"build:api": "nx run api:build:production",
"run:api": "node dist/apps/api/main.js",
"copy": "cp -R ./apps/api/.env.local dist/apps/api/",
"test": "nx test",
"lint": "lint-staged",
"codegen": "graphql-codegen --config codegen.yml",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
"@emotion/native": "~11.0.0",
"@emotion/react": "11.8.2",
"@emotion/styled": "11.8.1",
"@react-native-picker/picker": "^2.4.1",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.1",
"@react-navigation/stack": "^6.2.1",
"@sendgrid/mail": "~7.6.2",
"apollo": "^2.33.10",
"apollo-datasource-mongodb": "~0.5.4",
"apollo-server": "~3.6.7",
"apollo-server-express": "~3.6.7",
"apollo-upload-client": "^17.0.0",
"appollo": "^0.1.13",
"aws-sdk": "^2.1124.0",
"axios": "^0.27.2",
"bcryptjs": "~2.4.3",
"compression": "^1.7.4",
"core-js": "^3.6.5",
"cors": "~2.8.5",
"dotenv": "^16.0.0",
"express": "4.17.2",
"express-mongo-sanitize": "~2.2.0",
"express-rate-limit": "~6.3.0",
"firebase": "^9.9.4",
"formik": "^2.2.9",
"google-auth-library": "^7.14.1",
"graphql": "^16.3.0",
"graphql-upload": "^13.0.0",
"helmet": "~5.0.2",
"joi": "~17.6.0",
"jsonwebtoken": "~8.5.1",
"metro-config": "^0.70.1",
"moment": "^2.29.3",
"mongoose": "~6.2.10",
"multer": "^1.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-moment": "^1.1.2",
"react-native": "0.67.4",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1284.0",
"react-native-country-picker-modal": "^2.0.0",
"react-native-country-picker-modal-vcf": "^1.1.0",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "^2.4.1",
"react-native-image-picker": "^4.7.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-mime-types": "^2.3.0",
"react-native-modal": "^13.0.1",
"react-native-multiple-select": "^0.5.7",
"react-native-phone-number-input": "^2.1.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.13.1",
"react-native-shadow": "^1.2.2",
"react-native-shadow-2": "^6.0.5",
"react-native-shapes": "^0.1.0",
"react-native-splash-screen": "^3.3.0",
"react-native-svg-charts": "^5.4.0",
"react-native-text-gradient": "^0.1.7",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.1.0",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.0",
"react-router-dom": "5.3.0",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"regenerator-runtime": "0.13.7",
"tslib": "^2.0.0",
"twilio": "^3.76.1",
"use-force-update": "^1.0.8",
"uuid": "^8.3.2",
"victory-native": "^36.5.3",
"winston": "~3.7.2",
"xss-clean": "~0.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@emotion/babel-plugin": "11.7.2",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "~2.3.5",
"@graphql-codegen/typescript-react-apollo": "3.2.11",
"@graphql-codegen/typescript-resolvers": "2.6.1",
"@nrwl/cli": "13.10.2",
"@nrwl/eslint-plugin-nx": "13.10.2",
"@nrwl/express": "13.10.2",
"@nrwl/jest": "13.10.2",
"@nrwl/linter": "13.10.2",
"@nrwl/node": "13.10.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "~13.10.2",
"@nrwl/react-native": "^13.10.2",
"@nrwl/web": "13.10.2",
"@nrwl/workspace": "13.10.2",
"@react-native-async-storage/async-storage": "1.16.3",
"@react-native-community/cli": "7.0.1",
"@react-native-community/cli-platform-android": "7.0.1",
"@react-native-community/cli-platform-ios": "7.0.1",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@testing-library/jest-native": "4.0.4",
"@testing-library/react": "^13.1.1",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "9.1.0",
"@types/apollo-upload-client": "^17.0.0",
"@types/bcryptjs": "~2.4.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/jsonwebtoken": "~8.5.8",
"@types/node": "16.11.7",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-native": "0.67.3",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"husky": "^7.0.4",
"jest": "27.2.3",
"jest-react-native": "18.0.0",
"lint-staged": "~12.3.7",
"metro": "0.70.0",
"metro-react-native-babel-preset": "0.70.0",
"metro-resolver": "0.70.0",
"nx": "13.10.2",
"prettier": "^2.5.1",
"react-native-config": "1.4.5",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "18.0.0",
"ts-jest": "27.0.5",
"typescript": "~4.6.2"
},
"lint-staged": {
"*.{ts, tsx}": [
"eslint --ext .ts --ext .tsx --max-warnings=1",
"prettier --write"
]
}
}