mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-10 07:53:39 +00:00
e7540e5e05
* chore(deps-dev): bump @types/node from 14.14.13 to 14.14.19 in /console (#1146) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.13 to 14.14.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump ts-protoc-gen from 0.13.0 to 0.14.0 in /console (#1129) Bumps [ts-protoc-gen](https://github.com/improbable-eng/ts-protoc-gen) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/improbable-eng/ts-protoc-gen/releases) - [Changelog](https://github.com/improbable-eng/ts-protoc-gen/blob/master/CHANGELOG.md) - [Commits](https://github.com/improbable-eng/ts-protoc-gen/compare/0.13.0...0.14.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @angular/language-service in /console (#1128) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.4 to 11.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.5/packages/language-service) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @angular/cli from 11.0.4 to 11.0.5 in /console (#1127) Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.4 to 11.0.5. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v11.0.4...v11.0.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @angular-devkit/build-angular in /console (#1126) Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.4 to 0.1100.5. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Peintner <max@caos.ch> * audit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "console",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prodbuild": "ng build --prod",
|
|
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~11.0.0",
|
|
"@angular/cdk": "~11.0.0",
|
|
"@angular/common": "~11.0.0",
|
|
"@angular/compiler": "~11.0.0",
|
|
"@angular/core": "~11.0.0",
|
|
"@angular/forms": "~11.0.0",
|
|
"@angular/material": "^11.0.0",
|
|
"@angular/material-moment-adapter": "^11.0.0",
|
|
"@angular/platform-browser": "~11.0.0",
|
|
"@angular/platform-browser-dynamic": "~11.0.0",
|
|
"@angular/router": "~11.0.0",
|
|
"@angular/service-worker": "~11.0.0",
|
|
"@ngx-translate/core": "^13.0.0",
|
|
"@ngx-translate/http-loader": "^6.0.0",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/google-protobuf": "^3.7.4",
|
|
"@types/uuid": "^8.3.0",
|
|
"angular-oauth2-oidc": "^10.0.3",
|
|
"angularx-qrcode": "^10.0.11",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"google-proto-files": "^2.3.0",
|
|
"google-protobuf": "^3.13.0",
|
|
"grpc": "^1.24.3",
|
|
"grpc-web": "^1.2.1",
|
|
"moment": "^2.29.1",
|
|
"ngx-quicklink": "^0.2.6",
|
|
"rxjs": "~6.6.3",
|
|
"ts-protoc-gen": "^0.14.0",
|
|
"tslib": "^2.0.0",
|
|
"uuid": "^8.3.2",
|
|
"zone.js": "~0.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1100.5",
|
|
"@angular/cli": "~11.0.5",
|
|
"@angular/compiler-cli": "~11.0.0",
|
|
"@types/jasmine": "~3.6.2",
|
|
"@angular/language-service": "~11.0.5",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^14.14.19",
|
|
"codelyzer": "^6.0.0",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~6.0.0",
|
|
"karma": "~5.2.3",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"prettier": "^2.2.1",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.8.0",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"ts-node": "~9.1.1",
|
|
"tslint": "~6.1.3",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|