-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "copy-user-roles",
"version": "1.3.2",
"description": "Alma CloudApp to copy roles from one user to another",
"license": "BSD-3-Clause",
"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.7",
"@exlibris/exl-cloudapp-base": "^1.4.7",
"@ngx-translate/core": "~13.0.0",
"lodash": "~4.17.21",
"rxjs": "~6.5.5",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.18",
"@angular/cli": "~11.2.18",
"@angular/compiler-cli": "~11.2.14",
"@types/node": "^16.0.0",
"eventsource": "~2.0.2",
"postcss": "~8.3.0",
"typescript": "~4.1.5"
}
}