-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
170 lines (170 loc) · 5.45 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
{
"name": "carpool",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "nx serve",
"start:api": "yarn start api",
"prisma:seed": "ts-node prisma/seed.ts",
"prisma:sow": "ts-node prisma/sow.ts",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@aws-sdk/client-s3": "^3.112.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@googlemaps/google-maps-services-js": "^3.3.16",
"@grpc/grpc-js": "^1.7.1",
"@mapbox/mapbox-sdk": "^0.13.5",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.4",
"@nestjs-modules/mailer": "^1.6.1",
"@nestjs/apollo": "^10.0.9",
"@nestjs/common": "^8.4.4",
"@nestjs/config": "^2.0.0",
"@nestjs/core": "^8.4.4",
"@nestjs/cqrs": "^8.0.3",
"@nestjs/graphql": "^10.0.10",
"@nestjs/platform-express": "^8.0.0",
"@prisma/client": "^4.4.0",
"@react-native-mapbox-gl/maps": "^8.6.0-beta.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.1",
"@tensorflow-models/toxicity": "^1.2.2",
"@tensorflow/tfjs": "^3.20.0",
"@turf/helpers": "^6.5.0",
"apollo-server-express": "^3.6.7",
"apollo-upload-client": "^17.0.0",
"aws-sdk": "^2.1225.0",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"core-js": "^3.6.5",
"expo-secure-store": "9.3.0",
"glob": "^8.0.3",
"graphql": "^16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^16.0.2",
"handlebars": "^4.7.7",
"lottie-react-native": "^5.1.3",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"native-base": "^3.4.3",
"nodemailer": "^6.7.5",
"payment": "^2.4.6",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-map-gl": "^7.0.19",
"react-native": "0.68.1",
"react-native-date-picker": "^4.2.2",
"react-native-dotenv": "^3.3.1",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-image-picker": "^4.10.0",
"react-native-location": "^2.5.0",
"react-native-maps": "^0.31.1",
"react-native-maps-directions": "^1.8.0",
"react-native-payfast": "^1.0.2",
"react-native-ratings": "^8.1.0",
"react-native-safe-area-context": "^4.2.5",
"react-native-screens": "^3.13.1",
"react-native-swiper": "^1.6.0",
"react-native-toast-message": "^2.1.5",
"react-native-unimodules": "^0.14.10",
"react-native-vector-icons": "^9.1.0",
"react-native-webview": "^11.23.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"recharts": "^2.1.14",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rn-credit-card": "^1.0.4",
"rxjs": "^7.0.0",
"supertest": "^6.2.4",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/helper-string-parser": "^7.19.4",
"@babel/preset-env": "^7.18.9",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "14.0.3",
"@nrwl/cypress": "14.0.3",
"@nrwl/detox": "14.0.3",
"@nrwl/eslint-plugin-nx": "14.0.3",
"@nrwl/jest": "14.0.3",
"@nrwl/linter": "14.0.3",
"@nrwl/nest": "^14.0.3",
"@nrwl/node": "14.0.3",
"@nrwl/react": "14.0.3",
"@nrwl/react-native": "^14.0.3",
"@nrwl/web": "14.0.3",
"@nrwl/workspace": "14.0.3",
"@react-native-async-storage/async-storage": "1.16.3",
"@react-native-community/cli": "7.0.3",
"@react-native-community/cli-platform-android": "7.0.1",
"@react-native-community/cli-platform-ios": "7.0.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/jest-native": "4.0.4",
"@testing-library/react": "13.1.1",
"@testing-library/react-native": "9.1.0",
"@types/bcrypt": "^5.0.0",
"@types/graphql-upload": "^8.0.11",
"@types/jest": "^28.1.5",
"@types/mapbox__mapbox-sdk": "^0.13.4",
"@types/node": "^18.7.16",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-native": "0.67.4",
"@types/react-native-datepicker": "^1.7.1",
"@types/react-native-vector-icons": "^6.4.10",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"babel-jest": "^28.1.3",
"cypress": "^9.1.0",
"depcheck": "^1.4.3",
"detox": "19.6.5",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"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",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"jest-react-native": "17.0.2",
"metro": "0.70.1",
"metro-babel-register": "0.70.1",
"metro-react-native-babel-preset": "0.70.1",
"metro-resolver": "0.70.1",
"nx": "14.0.3",
"prettier": "^2.5.1",
"prisma": "^4.4.0",
"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": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}