forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
68 lines (68 loc) · 2.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"version": 2,
"projects": {
"angular": "packages/angular",
"cli": "packages/cli",
"create-nx-plugin": "packages/create-nx-plugin",
"create-nx-workspace": "packages/create-nx-workspace",
"cypress": "packages/cypress",
"dep-graph-dep-graph": "dep-graph/dep-graph",
"dep-graph-dep-graph-e2e": "dep-graph/dep-graph-e2e",
"detox": "packages/detox",
"devkit": "packages/devkit",
"docs": "docs",
"e2e-angular-core": "e2e/angular-core",
"e2e-angular-extensions": "e2e/angular-extensions",
"e2e-cli": "e2e/cli",
"e2e-cypress": "e2e/cypress",
"e2e-detox": "e2e/detox",
"e2e-gatsby": "e2e/gatsby",
"e2e-jest": "e2e/jest",
"e2e-js": "e2e/js",
"e2e-linter": "e2e/linter",
"e2e-next": "e2e/next",
"e2e-node": "e2e/node",
"e2e-nx-plugin": "e2e/nx-plugin",
"e2e-react": "e2e/react",
"e2e-react-native": "e2e/react-native",
"e2e-storybook": "e2e/storybook",
"e2e-utils": "e2e/utils",
"e2e-web": "e2e/web",
"e2e-workspace-core": "e2e/workspace-core",
"e2e-workspace-create": "e2e/workspace-create",
"e2e-workspace-integrations": "e2e/workspace-integrations",
"eslint-plugin-nx": "packages/eslint-plugin-nx",
"express": "packages/express",
"gatsby": "packages/gatsby",
"jest": "packages/jest",
"js": "packages/js",
"linter": "packages/linter",
"nest": "packages/nest",
"next": "packages/next",
"node": "packages/node",
"nx": "packages/nx",
"nx-dev": "nx-dev/nx-dev",
"nx-dev-data-access-documents": "nx-dev/data-access-documents",
"nx-dev-e2e": "nx-dev/nx-dev-e2e",
"nx-dev-feature-analytics": "nx-dev/feature-analytics",
"nx-dev-feature-conf": "nx-dev/feature-conf",
"nx-dev-feature-doc-viewer": "nx-dev/feature-doc-viewer",
"nx-dev-feature-flavor-selection": "nx-dev/feature-flavor-selection",
"nx-dev-feature-search": "nx-dev/feature-search",
"nx-dev-feature-storage": "nx-dev/feature-storage",
"nx-dev-feature-versions-and-flavors": "nx-dev/feature-versions-and-flavors",
"nx-dev-ui-commands": "nx-dev/ui-commands",
"nx-dev-ui-common": "nx-dev/ui/common",
"nx-dev-ui-home": "nx-dev/ui-home",
"nx-dev-ui-member-card": "nx-dev/ui/member-card",
"nx-dev-ui-sponsor-card": "nx-dev/ui/sponsor-card",
"nx-plugin": "packages/nx-plugin",
"react": "packages/react",
"react-native": "packages/react-native",
"storybook": "packages/storybook",
"tao": "packages/tao",
"typedoc-theme": "typedoc-theme",
"web": "packages/web",
"workspace": "packages/workspace"
}
}