{ "name": "paperless-ui", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "cy:run": "cypress run", "e2e:ci": "concurrently 'npm run start' 'wait-on http-get://localhost:4200 && npm run cy:run' --kill-others --success first" }, "private": true, "dependencies": { "@angular/common": "~15.1.0", "@angular/compiler": "~15.1.0", "@angular/core": "~15.1.0", "@angular/forms": "~15.1.0", "@angular/localize": "~15.1.0", "@angular/platform-browser": "~15.1.0", "@angular/platform-browser-dynamic": "~15.1.0", "@angular/router": "~15.1.0", "@ng-bootstrap/ng-bootstrap": "^14.0.1", "@ng-select/ng-select": "^10.0.1", "@ngneat/dirty-check-forms": "^3.0.3", "@popperjs/core": "^2.11.6", "bootstrap": "^5.2.3", "file-saver": "^2.0.5", "ng2-pdf-viewer": "^9.1.2", "ngx-color": "^8.0.3", "ngx-cookie-service": "^15.0.0", "ngx-file-drop": "^14.0.2", "ngx-ui-tour-ng-bootstrap": "^12.0.0", "rxjs": "^7.8.0", "tslib": "^2.4.1", "uuid": "^9.0.0", "zone.js": "~0.11.8" }, "devDependencies": { "@angular-builders/jest": "15.0.0", "@angular-devkit/build-angular": "~15.1.0", "@angular-eslint/builder": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/schematics": "15.1.0", "@angular-eslint/template-parser": "15.1.0", "@angular/cli": "~15.1.0", "@angular/compiler-cli": "~15.1.0", "@types/jest": "28.1.6", "@types/node": "^18.7.23", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "concurrently": "7.4.0", "eslint": "^8.31.0", "jest": "28.1.3", "jest-environment-jsdom": "^29.2.2", "jest-preset-angular": "^12.2.3", "ts-node": "~10.9.1", "typescript": "~4.8.4", "wait-on": "~6.0.1" }, "optionalDependencies": { "@cypress/schematic": "^2.1.1", "cypress": "~10.9.0" } }