forked from ncats/RaMP-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathangular.json
40 lines (40 loc) · 2.42 KB
/
angular.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
{
"version": 2,
"projects": {
"features-ramp-analytes-from-pathways": "libs/features/ramp/analytes-from-pathways",
"features-ramp-chemical-enrichment": "libs/features/ramp/chemical-enrichment",
"features-ramp-classes-from-metabolites": "libs/features/ramp/classes-from-metabolites",
"features-ramp-common-reaction-analytes": "libs/features/ramp/common-reaction-analytes",
"features-ramp-metabolites-from-ontologies": "libs/features/ramp/metabolites-from-ontologies",
"features-ramp-ontologies": "libs/features/ramp/ontologies-from-metabolites",
"features-ramp-pathway-enrichment": "libs/features/ramp/pathway-enrichment",
"features-ramp-pathways-from-analytes": "libs/features/ramp/pathways-from-analytes",
"features-ramp-properties-from-metabolites": "libs/features/ramp/properties-from-metabolites",
"features-ramp-ramp-about": "libs/features/ramp/ramp-about",
"features-ramp-ramp-api": "libs/features/ramp/ramp-api",
"features-ramp-ramp-header": "libs/features/ramp/ramp-header",
"features-ramp-ramp-home": "libs/features/ramp/ramp-home",
"models-ramp-models": "libs/models/ramp-models",
"ramp-client": "apps/ramp-client",
"ramp-client-e2e": "apps/ramp-client-e2e",
"shared-ncats-data-download": "libs/shared/ncats/data-download",
"shared-ncats-ncats-footer": "libs/shared/ncats/ncats-footer",
"shared-ncats-ncats-header": "libs/shared/ncats/ncats-header",
"shared-ramp-input-row": "libs/shared/ramp/input-row",
"shared-ramp-page-core": "libs/shared/ramp/page-core",
"shared-ramp-query-page": "libs/shared/ramp/query-page",
"shared-ui-complete-dialog": "libs/shared/ui/complete-dialog",
"shared-ui-description-panel": "libs/shared/ui/description-panel",
"shared-ui-error-dialog": "libs/shared/ui/error-dialog",
"shared-ui-feedback-panel": "libs/shared/ui/feedback-panel",
"shared-ui-filter-panel": "libs/shared/ui/filter-panel",
"shared-ui-header-template": "libs/shared/ui/header-template",
"shared-ui-highlight": "libs/shared/ui/highlight",
"shared-ui-loading-spinner": "libs/shared/ui/loading-spinner",
"shared-ui-ncats-datatable": "libs/shared/ui/ncats-datatable",
"shared-ui-ncats-structure-viewer": "libs/shared/ui/ncats-structure-viewer",
"shared-ui-object-tree": "libs/shared/ui/object-tree",
"shared-visualizations-upset-chart": "libs/shared/visualizations/upset-chart",
"stores-ramp-store": "libs/stores/ramp-store"
}
}