This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "eca-print-slip-report",
"description": "A customisable alternative to Alma's built-in print slip report",
"version": "2021.2.1",
"license": "BSD-3-Clause",
"homepage": "https://github.com/SydneyUniLibrary/print-slip-report",
"bugs": "https://github.com/SydneyUniLibrary/print-slip-report/issues",
"repository": "https://github.com/SydneyUniLibrary/print-slip-report.git",
"private": true,
"scripts": {
"start": "eca start"
},
"dependencies": {
"@angular/animations": "~11.2.14",
"@angular/cdk": "~11.2.12",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/language-service": "~11.2.14",
"@angular/material": "~11.2.12",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@exlibris/exl-cloudapp-angular-lib": "^1.4.1",
"@exlibris/exl-cloudapp-base": "^1.4.1",
"@ngx-translate/core": "~13.0.0",
"file-saver": "^2.0.0",
"lodash": "~4.17.21",
"lru-cache": "^6.0.0",
"rxjs": "~6.5.5",
"sheetjs-style": "^0.15.0",
"uuid": "^8.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular/cli": "~11.2.13",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.0.0",
"@types/lru-cache": "^5.0.0",
"@types/node": "~13.13.5",
"@types/uuid": "^8.0.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.5.4",
"postcss": "~8.3.0",
"typescript": "~4.1.5"
}
}