{ "name": "redaction", "version": "3.730.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 es2020 browser module main", "nx": "nx", "start": "nx serve", "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", "prepare": "husky install" }, "lint-staged": { "*": "prettier --ignore-unknown --write", "*.{ts,js,html}": "eslint --fix" }, "dependencies": { "@angular/animations": "14.1.3", "@angular/cdk": "14.1.2", "@angular/common": "14.1.3", "@angular/compiler": "14.1.3", "@angular/core": "14.1.3", "@angular/forms": "14.1.3", "@angular/material": "14.1.2", "@angular/platform-browser": "14.1.3", "@angular/platform-browser-dynamic": "14.1.3", "@angular/router": "14.1.3", "@angular/service-worker": "14.1.3", "@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.5.7", "@pdftron/webviewer": "8.7.0", "@swimlane/ngx-charts": "^20.0.1", "@tabuckner/material-dayjs-adapter": "2.0.0", "dayjs": "^1.11.5", "file-saver": "^2.0.5", "jwt-decode": "^3.1.2", "keycloak-angular": "12.0.0", "keycloak-js": "19.0.1", "lodash-es": "^4.17.21", "messageformat": "^2.3.0", "monaco-editor": "^0.34.0", "ngx-color-picker": "^12.0.1", "ngx-logger": "^5.0.11", "ngx-toastr": "^15.0.0", "ngx-translate-messageformat-compiler": "^5.1.0", "object-hash": "^3.0.0", "papaparse": "^5.3.2", "rxjs": "7.5.6", "sass": "^1.54.4", "scroll-into-view-if-needed": "^2.2.28", "streamsaver": "^2.0.5", "tslib": "^2.4.0", "zone.js": "0.11.8" }, "devDependencies": { "@angular-devkit/build-angular": "14.1.3", "@angular-eslint/eslint-plugin": "14.0.2", "@angular-eslint/eslint-plugin-template": "14.0.2", "@angular-eslint/template-parser": "14.0.2", "@angular/cli": "~14.1.0", "@angular/compiler-cli": "14.1.3", "@angular/language-service": "14.1.3", "@bartholomej/ngx-translate-extract": "^8.0.2", "@nrwl/cli": "14.5.7", "@nrwl/eslint-plugin-nx": "14.5.7", "@nrwl/linter": "14.5.7", "@nrwl/workspace": "14.5.7", "@types/lodash-es": "^4.17.6", "@types/node": "18.7.6", "@typescript-eslint/eslint-plugin": "5.33.1", "@typescript-eslint/parser": "5.33.1", "axios": "^0.27.2", "dotenv": "16.0.1", "eslint": "8.22.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "^4.0.0", "google-translate-api-browser": "^1.1.71", "husky": "^8.0.1", "lint-staged": "^13.0.2", "nx": "14.5.7", "postcss": "^8.4.16", "postcss-import": "14.1.0", "postcss-preset-env": "~7.8.0", "postcss-url": "10.1.3", "prettier": "2.7.1", "sonarqube-scanner": "^2.8.1", "superagent": "^8.0.0", "superagent-promise": "^1.1.0", "ts-node": "10.9.1", "typescript": "4.7.4", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.6.0", "xliff": "^6.1.0" } }