mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
70b3d80b37
* cli, core * material cdk * schematics * chore(deps): bump ngx-color from 7.3.3 to 8.0.2 in /console (#4228) Bumps [ngx-color](https://github.com/scttcper/ngx-color) from 7.3.3 to 8.0.2. - [Release notes](https://github.com/scttcper/ngx-color/releases) - [Commits](https://github.com/scttcper/ngx-color/compare/v7.3.3...v8.0.2) --- updated-dependencies: - dependency-name: ngx-color dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * eslint-plugin * chore(deps): bump moment from 2.29.3 to 2.29.4 in /console (#3926) Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump codemirror from 5.65.6 to 6.0.1 in /console (#3928) Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.6 to 6.0.1. - [Release notes](https://github.com/codemirror/basic-setup/releases) - [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/basic-setup/commits/6.0.1) --- updated-dependencies: - dependency-name: codemirror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * lock * use codemirror 5 * remove redundant null undefined checks * i18n, undefined checks * remove redundant null and undefined checks * checks Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Livio Spring <livio.a@gmail.com>
86 lines
2.9 KiB
JSON
86 lines
2.9 KiB
JSON
{
|
|
"name": "console",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prodbuild": "ng build --configuration production --base-href=/ui/console/",
|
|
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss",
|
|
"generate": "DOCKER_BUILDKIT=1 docker build -f ../build/grpc/Dockerfile -t zitadel-base:local .. && DOCKER_BUILDKIT=1 docker build -f ../build/console/Dockerfile .. --target npm-copy -o .."
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^14.2.0",
|
|
"@angular/cdk": "^14.2.0",
|
|
"@angular/common": "^14.2.0",
|
|
"@angular/compiler": "^14.2.0",
|
|
"@angular/core": "^14.2.0",
|
|
"@angular/forms": "^14.2.0",
|
|
"@angular/material": "^14.2.0",
|
|
"@angular/material-moment-adapter": "^14.2.0",
|
|
"@angular/platform-browser": "^14.2.0",
|
|
"@angular/platform-browser-dynamic": "^14.2.0",
|
|
"@angular/router": "^14.2.0",
|
|
"@angular/service-worker": "^14.2.0",
|
|
"@ctrl/ngx-codemirror": "^5.1.1",
|
|
"@grpc/grpc-js": "^1.5.7",
|
|
"@ngx-translate/core": "^14.0.0",
|
|
"@ngx-translate/http-loader": "^7.0.0",
|
|
"@types/file-saver": "^2.0.2",
|
|
"@types/google-protobuf": "^3.15.3",
|
|
"@types/uuid": "^8.3.0",
|
|
"angular-oauth2-oidc": "^13.0.1",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^5.65.8",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"google-proto-files": "^3.0.0",
|
|
"google-protobuf": "^3.19.4",
|
|
"grpc-web": "^1.3.0",
|
|
"libphonenumber-js": "^1.10.6",
|
|
"material-design-icons-iconfont": "^6.1.1",
|
|
"moment": "^2.29.4",
|
|
"ng-qrcode": "^7.0.0",
|
|
"ngx-color": "^8.0.2",
|
|
"ngx-quicklink": "^0.2.6",
|
|
"rxjs": "~7.5.2",
|
|
"tinycolor2": "^1.4.2",
|
|
"tslib": "^2.2.0",
|
|
"uuid": "^8.3.2",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^14.2.1",
|
|
"@angular-eslint/builder": "^14.0.3",
|
|
"@angular-eslint/eslint-plugin": "^14.0.3",
|
|
"@angular-eslint/eslint-plugin-template": "^14.0.3",
|
|
"@angular-eslint/schematics": "^14.0.3",
|
|
"@angular-eslint/template-parser": "^14.0.3",
|
|
"@angular/cli": "^14.2.1",
|
|
"@angular/compiler-cli": "^14.2.0",
|
|
"@angular/language-service": "^14.2.0",
|
|
"@types/jasmine": "~4.0.3",
|
|
"@types/jasminewd2": "~2.0.10",
|
|
"@types/jsonwebtoken": "^8.5.5",
|
|
"@types/node": "^17.0.42",
|
|
"@typescript-eslint/eslint-plugin": "5.35.1",
|
|
"@typescript-eslint/parser": "5.30.4",
|
|
"codelyzer": "^6.0.0",
|
|
"eslint": "^8.18.0",
|
|
"jasmine-core": "~4.2.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
"prettier": "^2.4.1",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.10.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-scss": "^3.21.0",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|