{ "name": "paperless-ui", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test --no-watch --coverage", "lint": "ng lint", "postinstall": "patch-package" }, "private": true, "dependencies": { "@angular/cdk": "^18.2.11", "@angular/common": "~18.2.10", "@angular/compiler": "~18.2.10", "@angular/core": "~18.2.10", "@angular/forms": "~18.2.10", "@angular/localize": "~18.2.10", "@angular/platform-browser": "~18.2.10", "@angular/platform-browser-dynamic": "~18.2.10", "@angular/router": "~18.2.10", "@ng-bootstrap/ng-bootstrap": "^17.0.1", "@ng-select/ng-select": "^13.9.1", "@ngneat/dirty-check-forms": "^3.0.3", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.3", "file-saver": "^2.0.5", "mime-names": "^1.0.0", "ng2-pdf-viewer": "^10.4.0", "ngx-bootstrap-icons": "^1.9.3", "ngx-color": "^9.0.0", "ngx-cookie-service": "^18.0.0", "ngx-file-drop": "^16.0.0", "ngx-ui-tour-ng-bootstrap": "^15.0.0", "rxjs": "^7.8.1", "tslib": "^2.8.1", "utif": "^3.1.0", "uuid": "^11.0.2", "zone.js": "^0.14.8" }, "devDependencies": { "@angular-builders/custom-webpack": "^18.0.0", "@angular-builders/jest": "^18.0.0", "@angular-devkit/build-angular": "^18.2.2", "@angular-devkit/core": "^18.2.11", "@angular-devkit/schematics": "^18.2.11", "@angular-eslint/builder": "18.4.0", "@angular-eslint/eslint-plugin": "18.4.0", "@angular-eslint/eslint-plugin-template": "18.4.0", "@angular-eslint/schematics": "18.4.0", "@angular-eslint/template-parser": "18.4.0", "@angular/cli": "~18.2.11", "@angular/compiler-cli": "~18.2.2", "@codecov/webpack-plugin": "^1.2.1", "@playwright/test": "^1.48.2", "@types/jest": "^29.5.14", "@types/node": "^22.8.6", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", "@typescript-eslint/utils": "^8.0.0", "eslint": "^9.14.0", "jest": "29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-preset-angular": "^14.2.4", "jest-websocket-mock": "^2.5.0", "patch-package": "^8.0.0", "prettier-plugin-organize-imports": "^4.1.0", "ts-node": "~10.9.1", "typescript": "^5.5.4" }, "typings": "./src/typings.d.ts" }