Files
paperless-ngx/src-ui/package.json
T

84 lines
2.5 KiB
JSON
Raw Normal View History

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": {
"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",
"lint": "ng lint"
2020-10-27 01:10:18 +01:00
},
"private": true,
"dependencies": {
"@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",
"@ng-select/ng-select": "^21.8.0",
"@ngneat/dirty-check-forms": "^3.0.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"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",
"ngx-color": "^10.1.0",
"ngx-cookie-service": "^21.3.1",
2026-01-09 20:08:50 -08:00
"ngx-device-detector": "^11.0.0",
"ngx-ui-tour-ng-bootstrap": "^18.0.0",
"pdfjs-dist": "^5.6.205",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"utif": "^3.1.0",
2026-04-22 23:18:16 -07:00
"uuid": "^14.0.0",
"zone.js": "^0.16.1"
2020-10-27 01:10:18 +01:00
},
"devDependencies": {
"@angular-builders/custom-webpack": "^21.0.3",
"@angular-builders/jest": "^21.0.3",
"@angular-devkit/core": "^21.2.8",
"@angular-devkit/schematics": "^21.2.8",
"@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",
"@angular/build": "^21.2.8",
"@angular/cli": "~21.2.8",
"@angular/compiler-cli": "~21.2.10",
"@codecov/webpack-plugin": "^2.0.1",
"@playwright/test": "^1.59.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
"eslint": "^10.2.1",
"jest": "30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-junit": "^17.0.0",
"jest-preset-angular": "^16.1.4",
"jest-websocket-mock": "^2.5.0",
"prettier-plugin-organize-imports": "^4.3.0",
"ts-node": "~10.9.1",
2026-01-09 20:08:50 -08:00
"typescript": "^5.9.3",
"webpack": "^5.106.2"
2024-12-09 16:12:53 -08:00
},
"packageManager": "pnpm@10.17.1",
"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
}