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

63 lines
1.8 KiB
JSON
Raw Normal View History

2020-10-27 01:10:18 +01:00
{
"name": "paperless-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
2020-10-27 01:10:18 +01:00
},
"private": true,
"dependencies": {
2023-05-01 14:24:06 -07:00
"@angular/common": "~15.2.8",
"@angular/compiler": "~15.2.8",
"@angular/core": "~15.2.8",
"@angular/forms": "~15.2.8",
"@angular/localize": "~15.2.8",
"@angular/platform-browser": "~15.2.8",
"@angular/platform-browser-dynamic": "~15.2.8",
"@angular/router": "~15.2.8",
"@ng-bootstrap/ng-bootstrap": "^14.2.0",
"@ng-select/ng-select": "^10.0.4",
"@ngneat/dirty-check-forms": "^3.0.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"file-saver": "^2.0.5",
2023-03-19 21:11:29 -07:00
"mime-names": "^1.0.0",
"ng2-pdf-viewer": "^9.1.5",
"ngx-color": "^8.0.3",
"ngx-cookie-service": "^15.0.0",
2023-04-10 10:00:08 -07:00
"ngx-file-drop": "^15.0.0",
2023-04-10 10:08:39 -07:00
"ngx-ui-tour-ng-bootstrap": "^12.6.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.2",
2023-04-10 10:59:54 -07:00
"uuid": "^9.0.0",
"zone.js": "^0.13.0"
2020-10-27 01:10:18 +01:00
},
"devDependencies": {
"@angular-builders/jest": "15.0.0",
"@angular-devkit/build-angular": "~15.2.6",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.2.7",
2023-05-01 14:24:06 -07:00
"@angular/compiler-cli": "~15.2.8",
"@playwright/test": "^1.34.3",
2023-04-10 10:12:29 -07:00
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.1.0",
"eslint": "^8.41.0",
"jest": "28.1.3",
2023-04-10 10:04:13 -07:00
"jest-environment-jsdom": "^29.5.0",
2023-04-10 10:06:17 -07:00
"jest-preset-angular": "^12.2.6",
"ts-node": "~10.9.1",
"typescript": "~4.9.5",
2023-04-10 10:59:54 -07:00
"wait-on": "^7.0.1"
2020-10-27 01:10:18 +01:00
}
2022-02-17 00:19:23 +01:00
}