forked from oryx-frontend/oryx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.json
36 lines (36 loc) · 1.21 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
{
"version": 2,
"projects": {
"application": "libs/template/application",
"auth": "libs/platform/auth",
"cart": "libs/domain/cart",
"checkout": "libs/domain/checkout",
"cli": "libs/template/cli",
"content": "libs/domain/content",
"core": "libs/platform/core",
"create-oryx": "libs/template/create-oryx",
"di": "libs/base/di",
"experience": "libs/platform/experience",
"form": "libs/platform/form",
"i18n": "libs/platform/i18n",
"indexed-db": "libs/platform/indexed-db",
"labs": "libs/template/labs",
"offline": "libs/platform/offline",
"order": "libs/domain/order",
"presets": "libs/template/presets",
"product": "libs/domain/product",
"push-notification": "libs/platform/push-notification",
"resources": "libs/template/resources",
"router": "libs/platform/router",
"search": "libs/domain/search",
"site": "libs/domain/site",
"storefront": "apps/storefront",
"storefront-e2e": "apps/storefront-e2e",
"storybook": "apps/storybook",
"themes": "libs/template/themes",
"ui": "libs/base/ui",
"user": "libs/domain/user",
"utilities": "libs/base/utilities"
},
"$schema": "./node_modules/nx/schemas/workspace-schema.json"
}