red-ui/package.json

108 lines
3.9 KiB
JSON

{
"name": "redaction",
"version": "5.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "ng build",
"build-lint-all": "ng build --project=red-ui --configuration production --base-href /ui/ --output-hashing all",
"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",
"start": "ng serve",
"localazy": "ts-node tools/localazy/src/index.ts",
"analyze": "ng build --stats-json && webpack-bundle-analyzer dist/apps/red-ui/stats.json",
"prepare": "husky install",
"lint": "ng lint"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{ts,js,html}": "eslint --fix"
},
"dependencies": {
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/material": "19.0.2",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"@angular/service-worker": "19.0.3",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@messageformat/core": "^3.4.0",
"@ngx-translate/core": "16.0.3",
"@ngx-translate/http-loader": "16.0.0",
"@pdftron/webviewer": "11.1.0",
"@stomp/rx-stomp": "^2.0.0",
"@stomp/stompjs": "^7.0.0",
"chart.js": "4.4.7",
"dayjs": "1.11.13",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"keycloak-angular": "16.1.0",
"keycloak-js": "23.0.1",
"lodash-es": "^4.17.21",
"monaco-editor": "0.52.0",
"ng2-charts": "7.0.0",
"ngx-color-picker": "17.0.0",
"ngx-logger": "^5.0.11",
"ngx-toastr": "19.0.0",
"ngx-translate-messageformat-compiler": "7.0.0",
"object-hash": "^3.0.0",
"papaparse": "^5.4.0",
"rxjs": "7.8.1",
"sass": "1.82.0",
"scroll-into-view-if-needed": "3.1.0",
"streamsaver": "^2.0.5",
"tslib": "2.8.1",
"uuid": "^11.0.3",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/core": "19.0.3",
"@angular-devkit/schematics": "19.0.3",
"@angular-eslint/builder": "19.0.0",
"@angular-eslint/eslint-plugin": "19.0.0",
"@angular-eslint/eslint-plugin-template": "19.0.0",
"@angular-eslint/schematics": "19.0.0",
"@angular-eslint/template-parser": "19.0.0",
"@angular/build": "^19.0.3",
"@angular/cli": "19.0.3",
"@angular/compiler-cli": "19.0.3",
"@angular/language-service": "19.0.3",
"@localazy/ts-api": "^1.0.0",
"@schematics/angular": "19.0.3",
"@types/file-saver": "^2.0.7",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/utils": "^8.17.0",
"@vendure/ngx-translate-extract": "9.3.1",
"axios": "1.7.9",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-rxjs": "^5.0.2",
"google-translate-api-browser": "^5.0.0",
"husky": "^9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "4.0.2",
"jest-preset-angular": "14.4.2",
"lint-staged": "15.2.10",
"prettier": "3.4.2",
"sonarqube-scanner": "4.2.6",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"webpack": "5.97.0",
"webpack-bundle-analyzer": "4.10.2",
"xliff": "^6.2.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}