-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.json
144 lines (144 loc) · 6.02 KB
/
modules.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"aliases": {
"@npm": "node_modules",
"@app": "src/app"
},
"modules": [
{
"name": "com.ebase.eox.presentation.web.nodemodules",
"path": "com.ebase.eox.presentation.web.nodemodules",
"content": [
{
"pattern": "/node_modules/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
"@angular/common": "@npm/@angular/common/bundles/common.umd.js",
"@angular/core": "@npm/@angular/core/bundles/core.umd.js",
"@angular/forms": "@npm/@angular/forms/bundles/forms.umd.js",
"@angular/compiler": "@npm/@angular/compiler/bundles/compiler.umd.js",
"@angular/http": "@npm/@angular/http/bundles/http.umd.js",
"@angular/router": "@npm/@angular/router/bundles/router.umd.js",
"@angular/material": "@npm/@angular/material/bundles/material.umd.js",
"@angular/flex-layout": "@npm/@angular/flex-layout/bundles/flex-layout.umd.js",
"@angular/platform-browser": "@npm/@angular/platform-browser/bundles/platform-browser.umd.js",
"@angular/platform-browser-dynamic": "@npm/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js",
"core-js/client": [
"@npm/core-js/client/shim.min.js",
"@npm/core-js/client/shim.min.js.map"
],
"rxjs": [
"@npm/rxjs/**/*.js",
"@npm/rxjs/**/*.js.map",
"!@npm/rxjs/bundles/**/*",
"!@npm/rxjs/node_modules/**/*",
"!@npm/rxjs/src/**/*",
"!@npm/rxjs/testing/**/*"
],
"systemjs": [
"@npm/systemjs/dist/system.src.js",
"@npm/systemjs/dist/system.src.js.map"
],
"zone.js": "@npm/zone.js/dist/zone.js",
"hammerjs": "@npm/hammerjs/hammer.js",
"@ngx-translate/core": "@npm/@ngx-translate/core/bundles/core.umd.js",
"@ngx-translate/http-loader": "@npm/@ngx-translate/http-loader/bundles/http-loader.umd.js",
"angular2-cookie": [
"@npm/angular2-cookie/core.js",
"@npm/angular2-cookie/services.js"],
"angular2-cookie/services": "@npm/angular2-cookie/services/*.js"
}
}
]
},
{
"name": "com.ebase.eox.presentation.web.app",
"path": "com.ebase.eox.presentation.web.app",
"content": [
{
"pattern": "/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
".": [
"src/index.html",
"src/systemjs.config.js"
],
"app": "@app/*.*"
}
}
]
},
{
"name": "com.ebase.eox.presentation.web.app.shared",
"path": "com.ebase.eox.presentation.web.app.shared",
"content": [
{
"pattern": "/app/shared/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
".": "@app/shared/*.*",
"authentication": "@app/shared/authentication/*.*"
}
}
]
},
{
"name": "com.ebase.eox.presentation.web.app.shared.authentication.admin",
"path": "com.ebase.eox.presentation.web.app.shared.authentication.admin",
"content": [
{
"pattern": "/app/shared/authentication/admin/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
".": "@app/shared/authentication/admin/*.*"
}
}
]
},
{
"name": "com.ebase.eox.presentation.web.app.diva",
"path": "com.ebase.eox.presentation.web.app.diva",
"content": [
{
"pattern": "/app/diva/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
".": "@app/diva/*.*"
}
}
]
},
{
"name": "com.ebase.eox.presentation.web.app.components",
"path": "com.ebase.eox.presentation.web.app.components",
"content": [
{
"pattern": "/app/components/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
".": "@app/components/*.*"
}
}
]
},
{
"name": "com.ebase.eox.presentation.web.app.themes.ebase",
"path": "com.ebase.eox.presentation.web.app.themes.ebase",
"content": [
{
"pattern": "/app/themes/ebase/*",
"contextName": "com.ebase.eox.appcontent",
"path": ".",
"map": {
".": "@app/themes/ebase/*.*"
}
}
]
}
]
}