forked from cloudfoundry/stratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 6.13 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
{
"name": "stratos",
"version": "3.2.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",
"bosh-build-backend": "gulp bosh-build-backend",
"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 --prod",
"build-cf": "node --max_old_space_size=1500 --gc_interval=100 node_modules/@angular/cli/bin/ng build --prod",
"build-dev": "ng build --dev",
"prebuild-ui": "npm run build && gulp package-prebuild",
"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 --prod",
"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",
"posttest": "nyc report --reporter=html --reporter=lcovonly --reporter=json --tempDir=coverage/nyc",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "ng lint --format stylish",
"sass-lint": "sass-lint -v",
"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": "gulp store-git-metadata",
"postinstall": "gulp dev-setup && npm run build-devkit && npm run clean-symlinks",
"build-devkit": "cd src/frontend/packages/devkit && npm run build",
"clean-symlinks": "./build/clean-symlinks.sh"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "^9.1.6",
"@angular/cdk": "^9.2.3",
"@angular/common": "^9.1.6",
"@angular/compiler": "^9.1.6",
"@angular/core": "^9.1.6",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^9.1.6",
"@angular/material": "^9.2.3",
"@angular/material-moment-adapter": "^9.2.3",
"@angular/platform-browser": "^9.1.6",
"@angular/platform-browser-dynamic": "^9.1.6",
"@angular/platform-server": "^9.1.6",
"@angular/router": "^9.1.6",
"@ngrx/effects": "^9.1.2",
"@ngrx/router-store": "^9.1.2",
"@ngrx/store": "^9.1.2",
"@ngrx/store-devtools": "^9.1.2",
"@swimlane/ngx-charts": "^13.0.3",
"@types/moment-timezone": "^0.5.13",
"@types/marked": "^0.7.4",
"angular2-virtual-scroll": "^0.4.16",
"core-js": "^3.6.5",
"immer": "^6.0.3",
"lodash-es": "^4.17.14",
"mappy-breakpoints": "^0.2.3",
"marked": "^0.8.2",
"intersect": "^1.0.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"ngrx-store-localstorage": "9.0.0",
"ngx-moment": "^3.5.0",
"normalizr": "^3.6.0",
"reselect": "^4.0.0",
"rxjs": "^6.5.5",
"rxjs-spy": "^7.0.2",
"rxjs-websockets": "~8.0.1",
"@cfstratos/ajsf-material": "^0.1.5",
"ts-md5": "^1.2.7",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
"xterm": "^4.5.0",
"xterm-addon-fit": "^0.3.0",
"zone.js": "~0.10.2"
},
"engines": {
"node": "12.13.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
"@angular-devkit/architect": "^0.901.7",
"@angular-devkit/build-angular": "~0.901.5",
"@angular-devkit/build-ng-packagr": "~0.901.5",
"@angular-devkit/core": "^9.1.7",
"@angular-devkit/schematics": "^9.1.5",
"@angular/cli": "^9.1.5",
"@angular/compiler-cli": "^9.1.6",
"@angular/language-service": "^9.1.6",
"@schematics/angular": "^9.1.5",
"@types/jasmine": "^3.5.10",
"@types/jasminewd2": "~2.0.8",
"@types/karma": "^5.0.0",
"@types/node": "^13.11.1",
"@types/request": "^2.48.4",
"acorn": "^7.1.1",
"browserstack-local": "^1.4.5",
"codecov": "^3.6.5",
"codelyzer": "^5.1.2",
"copy-webpack-plugin": "5.1.1",
"delete": "^1.1.0",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.1",
"istanbul": "^0.4.5",
"istanbul-api": "2.1.6",
"istanbul-reports": "3.0.2",
"jasmine-core": "~3.5.0",
"jasmine-protractor-browser-log-reporter": "cf-stratos/jasmine-protractor-browser-log-reporter",
"jasmine-spec-reporter": "~5.0.1",
"js-yaml": "~3.13.1",
"json-schema-to-typescript": "^9.1.0",
"karma": "~5.0.1",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"karma-spec-reporter": "0.0.32",
"kind-of": "^6.0.3",
"lodash": "^4.17.13",
"mem": "6.1.0",
"mktemp": "^1.0.0",
"ng-packagr": "^9.1.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"protractor": "^5.4.3",
"ps-node": "^0.1.6",
"q": "^1.4.1",
"replace-in-file": "^5.0.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"rxjs-tslint": "^0.1.8",
"sass-lint": "^1.12.1",
"stratos-protractor-reporter": "^1.2.3",
"ts-node": "^8.8.2",
"tslint": "~6.1.1",
"typescript": "3.8.3"
}
}