red-ui/package.json
2023-03-19 15:00:35 +02:00

111 lines
3.9 KiB
JSON

{
"name": "redaction",
"version": "4.12.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/{redact,scm}/{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": "15.1.2",
"@angular/cdk": "15.1.2",
"@angular/common": "15.1.2",
"@angular/compiler": "15.1.2",
"@angular/core": "15.1.2",
"@angular/forms": "15.1.2",
"@angular/material": "15.1.2",
"@angular/platform-browser": "15.1.2",
"@angular/platform-browser-dynamic": "15.1.2",
"@angular/router": "15.1.2",
"@angular/service-worker": "15.1.2",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@messageformat/core": "^3.1.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@nrwl/angular": "15.6.3",
"@pdftron/webviewer": "8.12.0",
"@swimlane/ngx-charts": "^20.0.1",
"dayjs": "^1.11.5",
"file-saver": "^2.0.5",
"jwt-decode": "^3.1.2",
"keycloak-angular": "13.0.0",
"keycloak-js": "20.0.3",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.36.1",
"ngx-color-picker": "^14.0.0",
"ngx-logger": "^5.0.11",
"ngx-toastr": "^16.1.0",
"ngx-translate-messageformat-compiler": "^6.2.0",
"object-hash": "^3.0.0",
"papaparse": "^5.4.0",
"rxjs": "7.8.0",
"sass": "^1.59.2",
"scroll-into-view-if-needed": "^3.0.6",
"streamsaver": "^2.0.5",
"tslib": "^2.5.0",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.4",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "15.1.2",
"@angular/language-service": "15.1.2",
"@bartholomej/ngx-translate-extract": "^8.0.2",
"@nrwl/cli": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "^15.8.7",
"@nrwl/linter": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@types/jest": "^29.4.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "18.15.1",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"axios": "^1.3.4",
"dotenv": "16.0.3",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "^4.0.0",
"google-translate-api-browser": "^4.0.6",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-preset-angular": "13.0.0",
"lint-staged": "^13.2.0",
"nx": "15.6.3",
"postcss": "^8.4.21",
"postcss-import": "15.1.0",
"postcss-preset-env": "~8.0.1",
"postcss-url": "10.1.3",
"prettier": "2.8.4",
"sonarqube-scanner": "^3.0.1",
"superagent": "^8.0.9",
"superagent-promise": "^1.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"webpack": "^5.76.1",
"webpack-bundle-analyzer": "^4.8.0",
"xliff": "^6.1.0"
}
}