{ "name": "redaction", "version": "3.506.0", "private": true, "license": "MIT", "scripts": { "build": "nx build", "build-lint-all": "ng build --project=red-ui --configuration production --base-href /ui/", "build-paligo-styles": "mkdir -p dist/paligo-styles && sass --load-path=. paligo-styles/style.scss > dist/paligo-styles/redacto-theme.css", "i18n:extract": "ngx-translate-extract --input ./apps/red-ui/src ./libs/common-ui/src --output apps/red-ui/src/assets/i18n/{en,de}.json --clean --sort --format namespaced-json && prettier apps/red-ui/src/assets/i18n/*.json --write", "postinstall": "ngcc --properties es2015 browser module main", "lint": "ng lint --project=red-domain --fix && ng lint --project=red-ui --fix && ng lint --project=common-ui --fix", "nx": "nx", "start": "nx serve", "test": "nx test", "update": "nx migrate latest", "migrate": "nx migrate --run-migrations", "workspace-generator": "nx workspace-generator", "analyze": "ng build --stats-json && webpack-bundle-analyzer dist/apps/red-ui/stats.json" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "dependencies": { "@angular/animations": "13.3.9", "@angular/cdk": "13.3.7", "@angular/common": "13.3.9", "@angular/compiler": "13.3.9", "@angular/core": "13.3.9", "@angular/forms": "13.3.9", "@angular/material": "13.3.7", "@angular/platform-browser": "13.3.9", "@angular/platform-browser-dynamic": "13.3.9", "@angular/router": "13.3.9", "@angular/service-worker": "13.3.9", "@biesbjerg/ngx-translate-extract-marker": "^1.0.0", "@materia-ui/ngx-monaco-editor": "^6.0.0", "@ngneat/until-destroy": "^9.2.0", "@ngx-translate/core": "^14.0.0", "@ngx-translate/http-loader": "^7.0.0", "@nrwl/angular": "14.1.9", "@pdftron/webviewer": "8.5.0", "@tabuckner/material-dayjs-adapter": "2.0.0", "angular-google-charts": "^2.2.2", "dayjs": "^1.11.2", "file-saver": "^2.0.5", "jwt-decode": "^3.1.2", "keycloak-angular": "^9.1.0", "keycloak-js": "^16.1.1", "lodash-es": "^4.17.21", "messageformat": "^2.3.0", "monaco-editor": "^0.33.0", "ngx-color-picker": "^12.0.1", "ngx-logger": "^5.0.11", "ngx-toastr": "^14.3.0", "ngx-translate-messageformat-compiler": "^5.0.1", "object-hash": "^3.0.0", "papaparse": "^5.3.2", "rxjs": "~7.5.2", "sass": "^1.52.1", "scroll-into-view-if-needed": "^2.2.28", "streamsaver": "^2.0.5", "tslib": "^2.4.0", "zone.js": "0.11.5" }, "devDependencies": { "@angular-devkit/build-angular": "13.3.6", "@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/template-parser": "13.2.1", "@angular/cli": "13.3.6", "@angular/compiler-cli": "13.3.9", "@angular/language-service": "13.3.9", "@bartholomej/ngx-translate-extract": "^8.0.2", "@nrwl/cli": "14.1.9", "@nrwl/eslint-plugin-nx": "14.1.9", "@nrwl/jest": "14.1.9", "@nrwl/linter": "14.1.9", "@nrwl/workspace": "14.1.9", "@types/google.visualization": "^0.0.68", "@types/jest": "27.5.1", "@types/lodash-es": "^4.17.6", "@types/node": "17.0.35", "@types/puppeteer": "^5.4.6", "@typescript-eslint/eslint-plugin": "5.26.0", "@typescript-eslint/parser": "5.26.0", "axios": "^0.27.2", "dotenv": "16.0.1", "eslint": "8.16.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "^4.0.0", "google-translate-api-browser": "^1.1.71", "husky": "4.3.8", "jest": "28.1.0", "jest-preset-angular": "12.0.1", "ng-packagr": "13.3.1", "nx": "14.1.9", "postcss": "^8.4.14", "postcss-import": "14.1.0", "postcss-preset-env": "~7.6.0", "postcss-url": "10.1.3", "prettier": "2.6.2", "pretty-quick": "^3.1.3", "sonarqube-scanner": "^2.8.1", "superagent": "^7.1.3", "superagent-promise": "^1.1.0", "ts-jest": "28.0.3", "ts-node": "10.8.0", "typescript": "4.6.4", "webpack": "^5.72.1", "webpack-bundle-analyzer": "^4.5.0", "xliff": "^6.0.0" } }