-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.json
44 lines (44 loc) · 2.07 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
43
44
{
"version": 2,
"projects": {
"b-cal-mobile": "apps/b-cal-mobile",
"b-cal-mobile-e2e": "apps/b-cal-mobile-e2e",
"b-cal-shared-assets": "libs/b-cal/shared/assets",
"b-cal-shared-data-access": "libs/b-cal/shared/data-access",
"b-cal-shared-domain": "libs/b-cal/shared/domain",
"b-cal-shared-util": "libs/b-cal/shared/util",
"b-cal-shell-mobile-feature": "libs/b-cal/shell/mobile/feature",
"b-cal-shell-web-feature": "libs/b-cal/shell/web/feature",
"b-cal-web": "apps/b-cal-web",
"b-cal-web-e2e": "apps/b-cal-web-e2e",
"b-cal-year-mobile-feature": "libs/b-cal/year/mobile/feature",
"b-cal-year-mobile-ui": "libs/b-cal/year/mobile/ui",
"b-cal-year-shared-data-access": "libs/b-cal/year/shared/data-access",
"b-cal-year-shared-util": "libs/b-cal/year/shared/util",
"b-cal-year-web-feature": "libs/b-cal/year/web/feature",
"b-cal-year-web-ui": "libs/b-cal/year/web/ui",
"forms-ward-bell": "apps/forms-ward-bell",
"fts": "apps/fts",
"intl": "apps/intl/intl",
"intl-e2e": "apps/intl/intl-e2e",
"material": "apps/material",
"ngrx-ultimate": "apps/ngrx-ultimate",
"ngx-bootstrap": "apps/ngx-bootstrap",
"shared-data-access": "libs/shared/data-access",
"shared-domain": "libs/shared/domain",
"shared-entity-store": "libs/shared/entity-store",
"shared-environments": "libs/shared/environments",
"shared-styles-bootstrap": "libs/shared/styles/bootstrap",
"shared-styles-material": "libs/shared/styles/material",
"shared-styles-theme-picker-data-access": "libs/shared/styles/theme-picker/data-access",
"shared-styles-theme-picker-feature": "libs/shared/styles/theme-picker/feature",
"shared-styles-theme-picker-util": "libs/shared/styles/theme-picker/util",
"shared-test-utils": "libs/shared/test-utils",
"shared-ui": "libs/shared/ui",
"shared-util": "libs/shared/util",
"tailwind": "apps/tailwind",
"tailwind-shared-ui": "libs/tailwind/shared/ui",
"tailwind-shell-feature": "libs/tailwind/shell/feature",
"tailwind-workcation-feature": "libs/tailwind/workcation/feature"
}
}