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

83 lines
2.4 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",
2025-08-22 16:27:27 -07:00
"version": "2.18.2",
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": "^20.1.4",
"@angular/common": "~20.1.4",
"@angular/compiler": "~20.1.4",
"@angular/core": "~20.1.4",
"@angular/forms": "~20.1.4",
"@angular/localize": "~20.1.4",
"@angular/platform-browser": "~20.1.4",
"@angular/platform-browser-dynamic": "~20.1.4",
"@angular/router": "~20.1.4",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@ng-select/ng-select": "^20.0.1",
"@ngneat/dirty-check-forms": "^3.0.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.7",
"file-saver": "^2.0.5",
2023-03-19 21:11:29 -07:00
"mime-names": "^1.0.0",
2024-12-09 16:12:53 -08:00
"ng2-pdf-viewer": "^10.4.0",
2024-01-17 16:27:38 -08:00
"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.1",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"utif": "^3.1.0",
"uuid": "^11.1.0",
"zone.js": "^0.15.1"
2020-10-27 01:10:18 +01:00
},
"devDependencies": {
2025-06-27 14:06:40 -07:00
"@angular-builders/custom-webpack": "^20.0.0",
"@angular-builders/jest": "^20.0.0",
"@angular-devkit/core": "^20.1.4",
"@angular-devkit/schematics": "^20.1.4",
2025-06-27 14:06:40 -07:00
"@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.1.4",
"@angular/cli": "~20.1.4",
"@angular/compiler-cli": "~20.1.4",
"@codecov/webpack-plugin": "^1.9.1",
"@playwright/test": "^1.54.2",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@typescript-eslint/utils": "^8.38.0",
"eslint": "^9.32.0",
"jest": "30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest-junit": "^16.0.0",
"jest-preset-angular": "^15.0.0",
"jest-websocket-mock": "^2.5.0",
"prettier-plugin-organize-imports": "^4.2.0",
"ts-node": "~10.9.1",
2025-06-27 14:06:40 -07:00
"typescript": "^5.8.3",
"webpack": "^5.101.0"
2024-12-09 16:12:53 -08: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
}