2020-10-27 01:10:18 +01:00
|
|
|
{
|
|
|
|
|
"name": "paperless-ui",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"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",
|
2023-09-28 10:18:12 -07:00
|
|
|
"lint": "ng lint",
|
|
|
|
|
"postinstall": "patch-package"
|
2020-10-27 01:10:18 +01:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2025-04-01 20:29:20 -07:00
|
|
|
"@angular/cdk": "^19.2.7",
|
|
|
|
|
"@angular/common": "~19.2.4",
|
|
|
|
|
"@angular/compiler": "~19.2.4",
|
|
|
|
|
"@angular/core": "~19.2.4",
|
|
|
|
|
"@angular/forms": "~19.2.4",
|
|
|
|
|
"@angular/localize": "~19.2.4",
|
|
|
|
|
"@angular/platform-browser": "~19.2.4",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~19.2.4",
|
|
|
|
|
"@angular/router": "~19.2.4",
|
2025-01-01 22:26:53 -08:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
|
2025-04-01 20:29:20 -07:00
|
|
|
"@ng-select/ng-select": "^14.2.6",
|
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",
|
2024-02-26 18:20:03 +00:00
|
|
|
"bootstrap": "^5.3.3",
|
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-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",
|
2025-02-28 12:15:22 -08:00
|
|
|
"ngx-color": "^10.0.0",
|
|
|
|
|
"ngx-cookie-service": "^19.1.2",
|
2025-01-30 08:31:52 -08:00
|
|
|
"ngx-device-detector": "^9.0.0",
|
2023-07-01 16:47:08 -07:00
|
|
|
"ngx-file-drop": "^16.0.0",
|
2025-01-01 22:26:53 -08:00
|
|
|
"ngx-ui-tour-ng-bootstrap": "^16.0.0",
|
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",
|
2025-02-28 21:10:40 +00:00
|
|
|
"uuid": "^11.1.0",
|
2025-01-01 22:26:53 -08:00
|
|
|
"zone.js": "^0.15.0"
|
2020-10-27 01:10:18 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-02-01 16:51:46 -08:00
|
|
|
"@angular-builders/custom-webpack": "^19.0.0",
|
|
|
|
|
"@angular-builders/jest": "^19.0.0",
|
2025-04-01 20:29:20 -07:00
|
|
|
"@angular-devkit/build-angular": "^19.2.5",
|
|
|
|
|
"@angular-devkit/core": "^19.2.5",
|
|
|
|
|
"@angular-devkit/schematics": "^19.2.5",
|
|
|
|
|
"@angular-eslint/builder": "19.3.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin": "19.3.0",
|
|
|
|
|
"@angular-eslint/eslint-plugin-template": "19.3.0",
|
|
|
|
|
"@angular-eslint/schematics": "19.3.0",
|
|
|
|
|
"@angular-eslint/template-parser": "19.3.0",
|
|
|
|
|
"@angular/cli": "~19.2.5",
|
|
|
|
|
"@angular/compiler-cli": "~19.2.4",
|
2025-02-28 21:28:47 +00:00
|
|
|
"@codecov/webpack-plugin": "^1.9.0",
|
2025-04-01 14:07:29 -07:00
|
|
|
"@playwright/test": "^1.51.1",
|
2024-11-01 22:45:03 +00:00
|
|
|
"@types/jest": "^29.5.14",
|
2025-04-01 21:27:52 +00:00
|
|
|
"@types/node": "^22.13.17",
|
2025-04-01 21:38:33 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.29.0",
|
|
|
|
|
"@typescript-eslint/utils": "^8.29.0",
|
|
|
|
|
"eslint": "^9.23.0",
|
2023-09-19 22:40:38 -07:00
|
|
|
"jest": "29.7.0",
|
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2025-03-04 14:57:29 -08:00
|
|
|
"jest-junit": "^16.0.0",
|
2025-04-01 21:17:31 +00:00
|
|
|
"jest-preset-angular": "^14.5.4",
|
2023-09-19 22:40:38 -07:00
|
|
|
"jest-websocket-mock": "^2.5.0",
|
2023-09-28 10:18:12 -07:00
|
|
|
"patch-package": "^8.0.0",
|
2024-12-13 00:27:30 -08:00
|
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
2022-08-01 20:08:43 +00:00
|
|
|
"ts-node": "~10.9.1",
|
2024-09-01 17:11:19 -07:00
|
|
|
"typescript": "^5.5.4"
|
2024-12-09 16:12:53 -08:00
|
|
|
},
|
2025-03-11 10:59:44 -07:00
|
|
|
"pnpm": {
|
|
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
|
"@parcel/watcher",
|
|
|
|
|
"canvas",
|
|
|
|
|
"esbuild",
|
|
|
|
|
"lmdb",
|
|
|
|
|
"msgpackr-extract"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-12-09 16:12:53 -08:00
|
|
|
"typings": "./src/typings.d.ts"
|
2022-02-17 00:19:23 +01:00
|
|
|
}
|