-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
178 lines (178 loc) · 6.99 KB
/
package.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "stratos",
"version": "4.8.1",
"description": "Stratos Console",
"main": "index.js",
"scripts": {
"build-backend": "./build/bk-build.sh",
"full-build-dev": "npm run build-dev; npm run build-backend",
"fetch-backend-deps": "./build/bk-fetch-deps.sh",
"test-backend": "./build/bk-build.sh test",
"update-webdriver": "webdriver-manager update",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build stratos --configuration production",
"build-cf": "node --max_old_space_size=1500 --gc_interval=100 node_modules/@angular/cli/bin/ng build stratos --configuration production",
"build-dev": "ng build stratos --dev",
"prebuild-ui": "npm run build && npm run prebuild-zip",
"prebuild-zip": "node build/prebuild-zip.js",
"ng": "ng",
"start": "ng serve",
"start-high-mem": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve",
"start-dev-high-mem": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve --aot=false",
"start-prod-high-mem": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve --configuration production",
"start-dev": "ng serve --aot=false",
"test-clean": "./build/clean-test-reports.sh",
"test-reports": "./build/show-test-reports.sh",
"test": "npm run test-clean && run-s test-frontend:* --continue-on-error || true && npm run test-reports",
"test-frontend:core": "NG_TEST_SUITE=core ng test core --code-coverage --watch=false",
"test-frontend:store": "NG_TEST_SUITE=store ng test store --code-coverage --watch=false",
"test-frontend:cloud-foundry": "NG_TEST_SUITE=cloud-foundry ng test cloud-foundry --code-coverage --watch=false",
"test-frontend:cf-autoscaler": "NG_TEST_SUITE=autoscaler ng test cf-autoscaler --code-coverage --watch=false",
"test-frontend:kubernetes": "NG_TEST_SUITE=kubernetes ng test kubernetes --code-coverage --watch=false",
"test-frontend:git": "NG_TEST_SUITE=git ng test git --code-coverage --watch=false",
"posttest": "nyc report --reporter=html --reporter=lcovonly --reporter=json --tempDir=coverage/nyc",
"codecov": "codecov -f coverage/coverage-final.json -F frontend",
"codecov-backend": "codecov -f src/jetstream/coverage.txt -F backend",
"lint": "ng lint --format stylish",
"e2e": "ng e2e",
"e2e-dev": "STRATOS_E2E_BASE_URL=https://127.0.0.1:4200 ng e2e --dev-server-target= --base-url=https://127.0.0.1:4200",
"e2e-local": "STRATOS_E2E_BASE_URL=https://127.0.0.1 ng e2e --dev-server-target= --base-url=https://127.0.0.1",
"headless-e2e": "xvfb-run --server-args='-screen 0 1920x1080x24' protractor ./protractor.conf.js",
"climate": "codeclimate analyze $(git diff --name-only master)",
"gate-check": "npm run lint && npm run test-headless",
"store-git-metadata": "node build/store-git-metadata.js",
"postinstall": "npm run dev-setup && npm run build-devkit && npm run clean-symlinks && npm run store-git-metadata && npm run prepare-backend",
"build-devkit": "cd src/frontend/packages/devkit && npm run build",
"clean-symlinks": "node build/clean-symlinks.js",
"dev-setup": "node build/dev-setup.js",
"prepare-backend": "node dist-devkit/backend.js"
},
"author": "",
"license": "Apache-2.0",
"overrides": {
"ngx-monaco-editor": {
"@angular/core": "14.3.0",
"@angular/common": "14.3.0",
"tslib": "2.6.2"
},
"jasmine-protractor-browser-log-reporter": {
"jasmine-core": "3.8.0",
"protractor": "7.0.0"
},
"@swimlane/ngx-charts": {
"d3-color": "^3.1.0"
},
"@ajsf/core": {
"@angular/flex-layout": "14.0.0-beta.41"
},
"@ajsf/material": {
"@angular/flex-layout": "14.0.0-beta.41"
},
"minimist": ">=1.2.6",
"xml2js": "0.5.0",
"postcss": "8.4.31",
"request": "npm:@cypress/request@^3.0.0"
},
"dependencies": {
"@ajsf/core": "^0.7.0",
"@ajsf/material": "^0.7.0",
"@angular/animations": "^14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "^14.3.0",
"@angular/material": "^14.2.7",
"@angular/material-moment-adapter": "^14.2.7",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/platform-server": "^14.3.0",
"@angular/router": "^14.3.0",
"@cfstratos/monaco-yaml": "^2.5.0",
"@ngrx/effects": "^14.3.3",
"@ngrx/router-store": "^14.3.3",
"@ngrx/store": "^14.3.3",
"@ngrx/store-devtools": "^14.3.3",
"@swimlane/ngx-charts": "^20.4.1",
"@swimlane/ngx-graph": "^8.2.2",
"@types/moment-timezone": "^0.5.13",
"angular2-virtual-scroll": "^0.4.16",
"core-js": "^3.6.5",
"immer": "^10.0.3",
"intersect": "^1.0.1",
"lodash": "^4.17.20",
"lodash-es": "^4.17.14",
"mappy-breakpoints": "^0.2.3",
"marked": "^4.3.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.13",
"ngrx-store-localstorage": "^14.0.0",
"ngx-moment": "^3.5.0",
"ngx-monaco-editor": "^9.0.0",
"normalizr": "^3.6.0",
"reselect": "^4.0.0",
"rxjs": "^6.6.3",
"rxjs-spy": "^7.5.2",
"rxjs-websockets": "~8.0.1",
"ts-md5": "^1.2.7",
"tslib": "^2.0.0",
"xterm": "^4.5.0",
"xterm-addon-fit": "^0.3.0",
"zone.js": "~0.11.4"
},
"engines": {
"node": "^20.6",
"npm": ">=8.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-devkit/architect": "^0.1402.12",
"@angular-devkit/build-angular": "^14.2.12",
"@angular-devkit/core": "^14.2.12",
"@angular-devkit/schematics": "^14.2.12",
"@angular/cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@schematics/angular": "^9.1.5",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/js-yaml": "^3.12.5",
"@types/karma": "^6.3.5",
"@types/node": "^20.6.1",
"acorn": "^7.1.1",
"adm-zip": "^0.4.16",
"browserstack-local": "^1.4.5",
"codecov": "^3.7.1",
"copy-webpack-plugin": "^6.2.0",
"delete": "^1.1.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.0",
"istanbul": "^0.4.5",
"istanbul-api": "3.0.0",
"istanbul-reports": "3.0.2",
"jasmine-core": "~3.8.0",
"jasmine-protractor-browser-log-reporter": "cf-stratos/jasmine-protractor-browser-log-reporter",
"jasmine-spec-reporter": "~5.0.0",
"js-yaml": "~3.14.0",
"json-schema-to-typescript": "^9.1.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-spec-reporter": "0.0.32",
"kind-of": "^6.0.3",
"mem": "6.1.0",
"mktemp": "^1.0.0",
"ng-packagr": "^14.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"protractor": "^7.0.0",
"ps-node": "^0.1.6",
"q": "^1.4.1",
"@cypress/request": "^3.0.0",
"rxjs-tslint": "^0.1.8",
"ts-node": "^8.8.2",
"tslint": "~6.1.0",
"typescript": "4.6.4"
}
}