{ "name": "paperless-ngx-ui", "version": "2.17.1", "scripts": { "preinstall": "npx only-allow pnpm", "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test --no-watch --coverage", "lint": "ng lint" }, "private": true, "dependencies": { "@angular/cdk": "^20.0.4", "@angular/common": "~20.0.6", "@angular/compiler": "~20.0.6", "@angular/core": "~20.0.6", "@angular/forms": "~20.0.6", "@angular/localize": "~20.0.6", "@angular/platform-browser": "~20.0.6", "@angular/platform-browser-dynamic": "~20.0.6", "@angular/router": "~20.0.6", "@ng-bootstrap/ng-bootstrap": "^19.0.1", "@ng-select/ng-select": "^15.1.3", "@ngneat/dirty-check-forms": "^3.0.3", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.7", "file-saver": "^2.0.5", "mime-names": "^1.0.0", "ng2-pdf-viewer": "^10.4.0", "ngx-bootstrap-icons": "^1.9.3", "ngx-color": "^10.0.0", "ngx-cookie-service": "^20.0.1", "ngx-device-detector": "^10.0.2", "ngx-ui-tour-ng-bootstrap": "^17.0.0", "rxjs": "^7.8.2", "tslib": "^2.8.1", "utif": "^3.1.0", "uuid": "^11.1.0", "zone.js": "^0.15.1" }, "devDependencies": { "@angular-builders/custom-webpack": "^20.0.0", "@angular-builders/jest": "^20.0.0", "@angular-devkit/core": "^20.0.4", "@angular-devkit/schematics": "^20.0.4", "@angular-eslint/builder": "20.1.1", "@angular-eslint/eslint-plugin": "20.1.1", "@angular-eslint/eslint-plugin-template": "20.1.1", "@angular-eslint/schematics": "20.1.1", "@angular-eslint/template-parser": "20.1.1", "@angular/build": "^20.0.4", "@angular/cli": "~20.0.4", "@angular/compiler-cli": "~20.0.6", "@codecov/webpack-plugin": "^1.9.1", "@playwright/test": "^1.53.2", "@types/jest": "^29.5.14", "@types/node": "^22.15.29", "@typescript-eslint/eslint-plugin": "^8.33.1", "@typescript-eslint/parser": "^8.33.1", "@typescript-eslint/utils": "^8.33.1", "eslint": "^9.28.0", "jest": "29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", "jest-preset-angular": "^14.5.5", "jest-websocket-mock": "^2.5.0", "prettier-plugin-organize-imports": "^4.1.0", "ts-node": "~10.9.1", "typescript": "^5.8.3", "webpack": "^5.99.9" }, "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", "canvas", "esbuild", "lmdb", "msgpackr-extract" ] } }