forked from COS301-SE-2022/Carpool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
42 lines (42 loc) · 2.49 KB
/
workspace.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
{
"version": 2,
"projects": {
"api": "apps/api",
"api-authentication-api-feature": "libs/api/authentication/api/feature",
"api-authentication-api-shared-entities-data-access": "libs/api/authentication/api/shared/entities/data-access",
"api-authentication-repository-data-access": "libs/api/authentication/repository/data-access",
"api-authentication-service-feature": "libs/api/authentication/service/feature",
"api-bookings-api-feature": "libs/api/bookings/api/feature",
"api-dashboard-api-feature": "libs/api/dashboard/api/feature",
"api-dashboard-repository-data-access": "libs/api/dashboard/repository/data-access",
"api-dashboard-service-feature": "libs/api/dashboard/service/feature",
"api-drivers-api-feature": "libs/api/drivers/api/feature",
"api-drivers-repository-data-access": "libs/api/drivers/repository/data-access",
"api-drivers-service-feature": "libs/api/drivers/service/feature",
"api-messages-api-feature": "libs/api/messages/api/feature",
"api-messages-api-shared-entities-data-access": "libs/api/messages/api/shared/entities/data-access",
"api-messages-repository-data-access": "libs/api/messages/repository/data-access",
"api-messages-service-feature": "libs/api/messages/service/feature",
"api-notifications-api-feature": "libs/api/notifications/api/feature",
"api-shared-services-aws-data-access": "libs/api/shared/services/aws/data-access",
"api-shared-services-prisma-data-access": "libs/api/shared/services/prisma/data-access",
"api-shell-feature": "libs/api/shell/feature",
"api-trips-api-feature": "libs/api/trips/api/feature",
"api-trips-api-shared-entities-data-access": "libs/api/trips/api/shared/entities/data-access",
"api-trips-repository-data-access": "libs/api/trips/repository/data-access",
"api-trips-service-feature": "libs/api/trips/service/feature",
"api-weather-api-feature": "libs/api/weather/api/feature",
"api-weather-api-shared-entities-data-access": "libs/api/weather/api/shared/entities/data-access",
"client": "apps/client",
"client-components": "libs/client/components",
"client-e2e": "apps/client-e2e",
"client-pages": "libs/client/pages",
"client-shared-utilities": "libs/client/shared/utilities",
"client-store": "libs/client/store",
"dashboard": "apps/dashboard",
"dashboard-components": "libs/dashboard/components",
"dashboard-e2e": "apps/dashboard-e2e",
"dashboard-pages": "libs/dashboard/pages",
"dashboard-redux": "libs/dashboard/redux"
}
}