{ "name": "redaction", "version": "0.0.142", "license": "MIT", "husky": { "hooks": { "pre-commit": "pretty-quick --staged && ng lint --project=red-ui-http && ng lint --project=red-ui --fix" } }, "scripts": { "build-lint-all": "ng lint --project=red-ui-http --fix && ng build --project=red-ui-http && ng lint --project=red-ui --fix && ng build --project=red-ui --prod", "nx": "nx", "start": "nx serve", "build": "nx build", "test": "nx test", "lint": "nx workspace-lint && nx lint", "e2e": "nx e2e", "affected:apps": "nx affected:apps", "affected:libs": "nx affected:libs", "affected:build": "nx affected:build", "affected:e2e": "nx affected:e2e", "affected:test": "nx affected:test", "affected:lint": "nx affected:lint", "affected:dep-graph": "nx affected:dep-graph", "affected": "nx affected", "format": "nx format:write", "format:write": "nx format:write", "format:check": "nx format:check", "update": "nx migrate latest", "workspace-schematic": "nx workspace-schematic", "dep-graph": "nx dep-graph", "help": "nx help", "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points" }, "private": true, "dependencies": { "@angular/animations": "^10.0.0", "@angular/cdk": "^10.2.3", "@angular/common": "^10.0.0", "@angular/core": "^10.0.0", "@angular/forms": "^10.0.0", "@angular/material": "^10.2.1", "@angular/platform-browser": "^10.0.0", "@angular/platform-browser-dynamic": "^10.0.0", "@angular/router": "^10.0.0", "@angular/service-worker": "^10.0.0", "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0", "@nrwl/angular": "^10.2.0", "@pdftron/webviewer": "^7.0.1", "file-saver": "^2.0.2", "jwt-decode": "^3.0.0", "keycloak-angular": "^8.0.1", "keycloak-js": "10.0.2", "lint-staged": "^10.5.0", "ng2-file-upload": "^1.4.0", "ngp-sort-pipe": "^0.0.4", "ngx-dropzone": "^2.2.2", "ngx-toastr": "^13.0.0", "rxjs": "~6.5.5", "scroll-into-view-if-needed": "^2.2.26", "zone.js": "^0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1000.0", "@angular-devkit/build-ng-packagr": "^0.1001.3", "@angular/cli": "^10.1.2", "@angular/compiler": "^10.0.0", "@angular/compiler-cli": "^10.0.0", "@angular/language-service": "^10.0.0", "@nrwl/cypress": "10.2.0", "@nrwl/jest": "10.2.0", "@nrwl/workspace": "10.2.0", "@types/cypress": "^1.1.3", "@types/jest": "26.0.8", "@types/node": "~8.9.4", "codelyzer": "~5.0.1", "cypress": "^5.6.0", "cypress-file-upload": "^4.1.1", "cypress-keycloak": "^1.5.0", "cypress-keycloak-commands": "^1.2.0", "cypress-localstorage-commands": "^1.2.4", "dotenv": "6.2.0", "eslint": "6.8.0", "google-translate-api-browser": "^1.1.71", "husky": "^4.3.0", "jest": "26.2.2", "jest-preset-angular": "8.2.1", "lodash": "^4.17.20", "moment": "^2.29.1", "ng-packagr": "^10.1.2", "prettier": "2.0.4", "pretty-quick": "^3.1.0", "superagent": "^6.1.0", "superagent-promise": "^1.1.0", "ts-jest": "26.1.4", "ts-node": "~7.0.0", "tslint": "~6.0.0", "typescript": "~3.9.3" } }