2020-10-27 01:10:18 +01:00
|
|
|
{
|
2025-04-14 12:56:06 -07:00
|
|
|
"name": "paperless-ngx-ui",
|
2026-05-05 12:40:24 -07:00
|
|
|
"version": "3.0.0",
|
2020-10-27 01:10:18 +01:00
|
|
|
"scripts": {
|
2025-03-11 10:59:44 -07:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2020-10-27 01:10:18 +01:00
|
|
|
"ng": "ng",
|
2025-01-01 22:26:53 -08:00
|
|
|
"start": "ng serve",
|
2020-10-27 01:10:18 +01:00
|
|
|
"build": "ng build",
|
2023-05-23 15:02:54 -07:00
|
|
|
"test": "ng test --no-watch --coverage",
|
2025-05-12 23:05:34 -07:00
|
|
|
"lint": "ng lint"
|
2020-10-27 01:10:18 +01:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2026-05-04 19:44:33 +00:00
|
|
|
"@angular/cdk": "^21.2.8",
|
|
|
|
|
"@angular/common": "~21.2.10",
|
|
|
|
|
"@angular/compiler": "~21.2.10",
|
|
|
|
|
"@angular/core": "~21.2.10",
|
|
|
|
|
"@angular/forms": "~21.2.10",
|
|
|
|
|
"@angular/localize": "~21.2.10",
|
|
|
|
|
"@angular/platform-browser": "~21.2.10",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~21.2.10",
|
|
|
|
|
"@angular/router": "~21.2.10",
|
2026-01-09 20:08:50 -08:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
|
2026-05-04 19:44:33 +00:00
|
|
|
"@ng-select/ng-select": "^21.8.0",
|
2022-12-01 20:02:11 +00:00
|
|
|
"@ngneat/dirty-check-forms": "^3.0.3",
|
2023-06-01 22:10:34 +00:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2025-09-03 21:58:53 +00:00
|
|
|
"bootstrap": "^5.3.8",
|
2021-02-20 16:10:50 +01:00
|
|
|
"file-saver": "^2.0.5",
|
2023-03-19 21:11:29 -07:00
|
|
|
"mime-names": "^1.0.0",
|
2024-01-17 16:27:38 -08:00
|
|
|
"ngx-bootstrap-icons": "^1.9.3",
|
2025-10-01 14:31:18 -07:00
|
|
|
"ngx-color": "^10.1.0",
|
2026-04-02 04:02:33 +00:00
|
|
|
"ngx-cookie-service": "^21.3.1",
|
2026-01-09 20:08:50 -08:00
|
|
|
"ngx-device-detector": "^11.0.0",
|
2026-02-05 19:37:59 -08:00
|
|
|
"ngx-ui-tour-ng-bootstrap": "^18.0.0",
|
2026-04-08 17:31:39 +00:00
|
|
|
"pdfjs-dist": "^5.6.205",
|
2025-02-28 20:45:37 +00:00
|
|
|
"rxjs": "^7.8.2",
|
2024-11-01 23:13:13 +00:00
|
|
|
"tslib": "^2.8.1",
|
2024-12-01 11:46:19 -08:00
|
|
|
"utif": "^3.1.0",
|
2026-04-22 23:18:16 -07:00
|
|
|
"uuid": "^14.0.0",
|
2026-03-01 21:46:05 +00:00
|
|
|
"zone.js": "^0.16.1"
|
2020-10-27 01:10:18 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-01 22:52:24 +00:00
|
|
|
"@angular-builders/custom-webpack": "^21.0.3",
|
|
|
|
|
"@angular-builders/jest": "^21.0.3",
|
2026-05-04 19:44:33 +00:00
|
|
|
"@angular-devkit/core": "^21.2.8",
|
|
|
|
|
"@angular-devkit/schematics": "^21.2.8",
|
2026-04-02 04:02:33 +00:00
|
|
|
"@angular-eslint/builder": "21.3.1",
|
|
|
|
|
"@angular-eslint/eslint-plugin": "21.3.1",
|
|
|
|
|
"@angular-eslint/eslint-plugin-template": "21.3.1",
|
|
|
|
|
"@angular-eslint/schematics": "21.3.1",
|
|
|
|
|
"@angular-eslint/template-parser": "21.3.1",
|
2026-05-04 19:44:33 +00:00
|
|
|
"@angular/build": "^21.2.8",
|
|
|
|
|
"@angular/cli": "~21.2.8",
|
|
|
|
|
"@angular/compiler-cli": "~21.2.10",
|
2026-05-04 20:54:32 +00:00
|
|
|
"@codecov/webpack-plugin": "^2.0.1",
|
2026-05-04 21:16:10 +00:00
|
|
|
"@playwright/test": "^1.59.1",
|
2025-08-02 03:43:31 +00:00
|
|
|
"@types/jest": "^30.0.0",
|
2026-05-04 20:23:34 +00:00
|
|
|
"@types/node": "^25.6.0",
|
2026-05-04 21:06:02 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
|
|
|
"@typescript-eslint/parser": "^8.59.1",
|
|
|
|
|
"@typescript-eslint/utils": "^8.59.1",
|
|
|
|
|
"eslint": "^10.2.1",
|
2026-03-18 01:15:52 +00:00
|
|
|
"jest": "30.3.0",
|
|
|
|
|
"jest-environment-jsdom": "^30.3.0",
|
2026-05-04 20:42:11 +00:00
|
|
|
"jest-junit": "^17.0.0",
|
|
|
|
|
"jest-preset-angular": "^16.1.4",
|
2023-09-19 22:40:38 -07:00
|
|
|
"jest-websocket-mock": "^2.5.0",
|
2025-10-01 22:55:35 +00:00
|
|
|
"prettier-plugin-organize-imports": "^4.3.0",
|
2022-08-01 20:08:43 +00:00
|
|
|
"ts-node": "~10.9.1",
|
2026-01-09 20:08:50 -08:00
|
|
|
"typescript": "^5.9.3",
|
2026-05-04 20:07:12 +00:00
|
|
|
"webpack": "^5.106.2"
|
2024-12-09 16:12:53 -08:00
|
|
|
},
|
2025-10-01 19:06:07 -07:00
|
|
|
"packageManager": "pnpm@10.17.1",
|
2025-03-11 10:59:44 -07:00
|
|
|
"pnpm": {
|
|
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
|
"@parcel/watcher",
|
|
|
|
|
"canvas",
|
|
|
|
|
"esbuild",
|
|
|
|
|
"lmdb",
|
|
|
|
|
"msgpackr-extract"
|
|
|
|
|
]
|
2025-06-27 14:06:40 -07:00
|
|
|
}
|
2022-02-17 00:19:23 +01:00
|
|
|
}
|