mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00

* Implement share links Basic implementation of share links Make certain share link fields not editable, automatically grant permissions on migrate Updated styling, error messages from expired / deleted links frontend code linting, reversable sharelink migration testing coverage Update translation strings No links message * Consolidate file response methods * improvements to share links on mobile devices * Refactor share links file_version * Add docs for share links * Apply suggestions from code review * When filtering share links, use the timezone aware now() * Removes extra call to setup directories for usage in testing * FIx copied badge display on some browsers * Move copy to ngx-clipboard library --------- Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "paperless-ui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test --no-watch --coverage",
|
|
"lint": "ng lint"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "~16.2.3",
|
|
"@angular/compiler": "~16.2.3",
|
|
"@angular/core": "~16.2.3",
|
|
"@angular/forms": "~16.2.3",
|
|
"@angular/localize": "~16.2.3",
|
|
"@angular/platform-browser": "~16.2.3",
|
|
"@angular/platform-browser-dynamic": "~16.2.3",
|
|
"@angular/router": "~16.2.3",
|
|
"@ng-bootstrap/ng-bootstrap": "^15.1.1",
|
|
"@ng-select/ng-select": "^11.1.1",
|
|
"@ngneat/dirty-check-forms": "^3.0.3",
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.1",
|
|
"file-saver": "^2.0.5",
|
|
"mime-names": "^1.0.0",
|
|
"ng2-pdf-viewer": "^10.0.0",
|
|
"ngx-clipboard": "^16.0.0",
|
|
"ngx-color": "^9.0.0",
|
|
"ngx-cookie-service": "^16.0.1",
|
|
"ngx-file-drop": "^16.0.0",
|
|
"ngx-ui-tour-ng-bootstrap": "^13.0.3",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.0",
|
|
"zone.js": "^0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-builders/jest": "16.0.1",
|
|
"@angular-devkit/build-angular": "~16.2.1",
|
|
"@angular-eslint/builder": "16.1.1",
|
|
"@angular-eslint/eslint-plugin": "16.1.1",
|
|
"@angular-eslint/eslint-plugin-template": "16.1.1",
|
|
"@angular-eslint/schematics": "16.1.1",
|
|
"@angular-eslint/template-parser": "16.1.1",
|
|
"@angular/cli": "~16.2.1",
|
|
"@angular/compiler-cli": "~16.2.3",
|
|
"@playwright/test": "^1.38.0",
|
|
"@types/jest": "^29.5.4",
|
|
"@types/node": "^20.5.8",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"concurrently": "^8.2.1",
|
|
"eslint": "^8.48.0",
|
|
"jest": "29.6.4",
|
|
"jest-environment-jsdom": "^29.6.4",
|
|
"jest-preset-angular": "^13.1.1",
|
|
"jest-websocket-mock": "^2.4.1",
|
|
"ts-node": "~10.9.1",
|
|
"typescript": "^5.1.6",
|
|
"wait-on": "^7.0.1"
|
|
}
|
|
}
|