mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
84f0e24c63
* initital ide * init * it is alive * go test is running * wip with buildkit * it definitly alive * all done, now the github actions * pretty * before i delete the generated proto stub * delete generated code * mount of grpc does not yet work * save before * level of insanity 1000% * huhur * gh action new dockerfile * fix * fix * fix * fix * amd64 only * try caching * try with reg * test with artifact upload * trial * add comments * publish branchname * correct vars * correct id * mode max for cache * remove unused code * cleanup * test action which uploads coverage * use * proper path * debug file location * path * test if ci still works * correct docker file name
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.2",
|
|
"google-proto-files": "^2.2.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.13.0",
|
|
"tslib": "^2.0.0",
|
|
"uuid": "^8.3.1",
|
|
"zone.js": "~0.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1100.1",
|
|
"@angular/cli": "~11.0.1",
|
|
"@angular/compiler-cli": "~11.0.0",
|
|
"@angular/language-service": "~11.0.0",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^14.14.6",
|
|
"codelyzer": "^6.0.0",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~5.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.1.2",
|
|
"protractor": "~7.0.0",
|
|
"stylelint": "^13.7.2",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"ts-node": "~9.0.0",
|
|
"tslint": "~6.1.3",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|