forked from cloudfoundry/stratos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.13 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 5.13 KB
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
{
"name": "stratos",
"version": "2.3.0",
"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=1128 --optimize_for_size --gc_interval=100 node_modules/@angular/cli/bin/ng build --prod --aot=false --build-optimizer=false",
"build-dev": "ng build --dev",
"prebuild-ui": "npm run customize && npm run build && gulp package-prebuild",
"ng": "ng",
"start": "npm run customize && ng serve",
"start-high-mem": "npm run customize && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve",
"start-prod-high-mem": "npm run customize && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve --prod",
"start-dev": "ng serve --aot=false",
"test": "run-s test-frontend:* --continue-on-error",
"test-frontend:core": "ng test core --code-coverage --watch=false",
"test-frontend:store": "ng test store --code-coverage --watch=false",
"test-frontend:cloud-foundry": "ng test cloud-foundry --code-coverage --watch=false",
"posttest": "istanbul report json && node build/combine-coverage.js",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "ng lint --format stylish",
"sass-lint": "sass-lint -v",
"e2e": "ng e2e",
"e2e-dev": "ng e2e --dev-server-target= --base-url=https://127.0.0.1:4200",
"e2e-local": "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",
"customize": "gulp customize",
"customize-default": "gulp customize-default",
"customize-reset": "gulp customize-reset",
"store-git-metadata": "gulp store-git-metadata",
"postinstall": "npm run customize && gulp dev-setup"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "^7.2.6",
"@angular/cdk": "^7.3.3",
"@angular/common": "^7.2.6",
"@angular/compiler": "^7.2.6",
"@angular/core": "^7.2.6",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "^7.2.6",
"@angular/http": "^7.2.6",
"@angular/material": "^7.3.3",
"@angular/material-moment-adapter": "^7.3.3",
"@angular/platform-browser": "^7.2.6",
"@angular/platform-browser-dynamic": "^7.2.6",
"@angular/platform-server": "^7.2.6",
"@angular/router": "^7.2.6",
"@ngrx/effects": "^7.2.0",
"@ngrx/router-store": "^7.2.0",
"@ngrx/store": "^7.2.0",
"@ngrx/store-devtools": "^7.2.0",
"@swimlane/ngx-charts": "^10.1.0",
"angular2-virtual-scroll": "^0.3.1",
"core-js": "^2.6.5",
"hammerjs": "^2.0.8",
"moment": "^2.24.0",
"ngx-moment": "^3.3.0",
"normalizr": "^3.2.3",
"reselect": "^3.0.1",
"rxjs": "^6.2.0",
"rxjs-spy": "^7.0.2",
"rxjs-websockets": "~6.0.0",
"stratos-angular6-json-schema-form": "^7.0.6",
"ts-md5": "^1.2.4",
"web-animations-js": "^2.3.1",
"xterm": "^3.5.0",
"zone.js": "~0.8.26",
"lodash-es": "^4.17.11"
},
"engines": {
"node": "8.11.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/build-ng-packagr": "~0.13.0",
"@angular-devkit/schematics": "^7.3.2",
"@angular/cli": "^7.3.2",
"@angular/compiler-cli": "^7.2.6",
"@angular/language-service": "^7.2.6",
"@nrwl/schematics": "^7.6.0",
"@types/jasmine": "^2.8.7",
"@types/jasminewd2": "~2.0.3",
"@types/karma": "^3.0.2",
"@types/node": "^11.9.4",
"@types/request": "^2.48.1",
"acorn": "^6.0.0",
"browserstack-local": "^1.3.4",
"codecov": "^3.0.2",
"codelyzer": "^4.5.0",
"delete": "^0.3.2",
"fs-extra": "^3.0.1",
"globby": "^8.0.1",
"gulp": "^4.0.0",
"gulp-zip": "^4.2.0",
"istanbul": "^0.4.5",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"js-yaml": "~3.11.0",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-spec-reporter": "0.0.31",
"lodash": "^4.17.10",
"mem": "4.0.0",
"mktemp": "^0.4.0",
"ng-packagr": "^4.7.1",
"ngrx-store-freeze": "^0.2.3",
"npm-run-all": "^4.1.5",
"protractor": "^5.4.0",
"ps-node": "^0.1.6",
"q": "^1.4.1",
"replace-in-file": "^3.4.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"rxjs-tslint": "^0.1.5",
"sass-lint": "^1.12.1",
"stratos-merge-dirs": "^0.2.3",
"stratos-protractor-reporter": "^1.2.3",
"ts-node": "~3.2.0",
"tslib": "^1.9.0",
"tslint": "~5.13.0",
"typescript": "~3.1.6"
}
}