paperless-ngx/src-ui/package.json

59 lines
1.7 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",
2022-03-22 14:33:00 +01:00
"e2e": "ng e2e",
"cy:run": "cypress run",
"e2e:ci": "concurrently 'npm run start' 'wait-on http-get://localhost:4200 && npm run cy:run' --kill-others --success first"
2020-10-27 01:10:18 +01:00
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.2.6",
"@ng-bootstrap/ng-bootstrap": "^12.0.1",
2022-02-17 00:22:19 +01:00
"@ng-select/ng-select": "^8.1.1",
"@ngneat/dirty-check-forms": "^2.0.0",
"@popperjs/core": "^2.11.4",
2022-02-17 23:37:48 +01:00
"bootstrap": "^5.1.3",
"file-saver": "^2.0.5",
"ng2-pdf-viewer": "^8.0.1",
2022-02-17 00:26:32 +01:00
"ngx-color": "^7.3.3",
2022-02-17 00:19:23 +01:00
"ngx-cookie-service": "^13.1.2",
2022-02-17 00:27:42 +01:00
"ngx-file-drop": "^13.0.0",
2022-02-17 00:28:47 +01:00
"ngx-infinite-scroll": "^10.0.1",
"rxjs": "~7.5.5",
2022-02-28 09:37:33 -08:00
"tslib": "^2.3.1",
2020-10-28 18:04:50 +01:00
"uuid": "^8.3.1",
2021-06-13 21:21:56 +02:00
"zone.js": "~0.11.4"
2020-10-27 01:10:18 +01:00
},
"devDependencies": {
"@angular-builders/jest": "13.0.3",
2022-03-22 14:33:00 +01:00
"@angular-devkit/build-angular": "~13.2.5",
"@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.4",
"@cypress/schematic": "^1.6.0",
"@types/jest": "27.4.1",
2022-03-22 14:33:00 +01:00
"@types/node": "^17.0.21",
"codelyzer": "^6.0.2",
"concurrently": "7.0.0",
2022-03-22 14:33:00 +01:00
"cypress": "~9.5.2",
"jest": "27.5.1",
"ts-node": "~10.7.0",
"tslint": "~6.1.3",
"typescript": "~4.5.5",
"wait-on": "~6.0.1"
2020-10-27 01:10:18 +01:00
}
2022-02-17 00:19:23 +01:00
}