mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
2f3a482ade
* not working * test ci * correct path * test * test * test * remove k8s & test * test * test image * typo * test * fix * test * fix * test * fix * fix windows * fix * fix * fix codecov * fix with arch * test * test * test * test * trial * trial * trial * trial * trial * trial * trial * try * try * first improvement * trial * improve * improve * improve * use bash * trial * random test * wip * test with goreleaser and semrel * fix typo * trial * add buildx * define default * force buildkit * use buildx * debug GH docker * use images * debug docker * work around image name issues * trial * test * test with prebuilt image * fix * use load * test * use only docker * trial * test * use load * test * test with docker driver * trial * trial * trial * use arm * upload artifacts * try to cache grpc base * try to use a cache * fall back * test * fix * improve * upload artifacts * fix * name things * add tag if poc * args for protos * remove v2 build Co-authored-by: Livio Amstutz <livio.a@gmail.com>
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"name": "console",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"prodbuild": "ng build --aot=true --buildOptimizer=true",
|
|
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~13.2.0",
|
|
"@angular/cdk": "~13.2.0",
|
|
"@angular/common": "~13.2.0",
|
|
"@angular/compiler": "~13.2.0",
|
|
"@angular/core": "~13.2.0",
|
|
"@angular/forms": "~13.2.0",
|
|
"@angular/material": "^13.2.0",
|
|
"@angular/material-moment-adapter": "^13.2.0",
|
|
"@angular/platform-browser": "~13.2.0",
|
|
"@angular/platform-browser-dynamic": "~13.2.0",
|
|
"@angular/router": "~13.2.0",
|
|
"@angular/service-worker": "~13.2.0",
|
|
"@ctrl/ngx-codemirror": "^5.1.1",
|
|
"@grpc/grpc-js": "^1.5.3",
|
|
"@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",
|
|
"codemirror": "^5.65.0",
|
|
"cors": "^2.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"google-proto-files": "^2.5.0",
|
|
"google-protobuf": "^3.19.1",
|
|
"grpc-web": "^1.3.0",
|
|
"libphonenumber-js": "^1.9.44",
|
|
"material-design-icons-iconfont": "^6.1.1",
|
|
"moment": "^2.29.1",
|
|
"ng-qrcode": "^6.0.0",
|
|
"ngx-color": "^7.2.0",
|
|
"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": "~13.2.0",
|
|
"@angular-eslint/builder": "^13.0.1",
|
|
"@angular-eslint/eslint-plugin": "^13.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "^13.0.1",
|
|
"@angular-eslint/schematics": "^13.0.1",
|
|
"@angular-eslint/template-parser": "^13.0.1",
|
|
"@angular/cli": "~13.2.0",
|
|
"@angular/compiler-cli": "~13.2.0",
|
|
"@angular/language-service": "~13.2.0",
|
|
"@types/jasmine": "~3.10.3",
|
|
"@types/jasminewd2": "~2.0.10",
|
|
"@types/node": "^17.0.10",
|
|
"@typescript-eslint/eslint-plugin": "5.10.0",
|
|
"@typescript-eslint/parser": "5.10.0",
|
|
"codelyzer": "^6.0.0",
|
|
"eslint": "^8.7.0",
|
|
"jasmine-core": "~4.0.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.3.6",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
"prettier": "^2.4.1",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.10.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-scss": "^3.21.0",
|
|
"ts-node": "~10.2.1",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|