-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.73 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.73 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@exlibris/exl-cloudapp-angular-lib",
"version": "2.0.2",
"main": "index.js",
"description": "Library used in Ex Libris Cloud Apps",
"license": "SEE LICENSE IN <LICENSE.md>",
"scripts": {
"serve": "ng build --watch",
"build": "npm run build:angular && npm run bundle:scss",
"build:angular": "ng build main",
"bundle:scss": "scss-bundle -c scss-bundle.config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExLibrisGroup/cloudapp-sdk.git",
"directory": "angular-lib"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-devkit/core": "^18.2.12",
"@angular/animations": "^18.2.13",
"@angular/cdk": "^18.2.14",
"@angular/cli": "^18.2.12",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/compiler-cli": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/language-service": "^18.2.13",
"@angular/material": "^18.2.14",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@ngx-translate/core": "^16.0.3",
"lodash": "^4.17.21",
"loglevel": "^1.9.2",
"normalize.css": "^8.0.1",
"postcss": "^8.4.49",
"reset-css": "^5.0.2",
"ste-core": "^3.0.11",
"ste-events": "^3.0.11",
"ste-signals": "^3.0.11",
"ste-simple-events": "^3.0.11",
"strongly-typed-events": "^3.0.11",
"tslib": "~2.8.1",
"typescript": "~5.5.4",
"uuid": "^11.0.3",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.19",
"@angular-devkit/core": "18.2.15",
"@angular/animations": "18.2.13",
"@angular/cdk": "18.2.14",
"@angular/cli": "18.2.15",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/compiler-cli": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/language-service": "18.2.13",
"@angular/material": "18.2.14",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@ngx-translate/core": "16.0.4",
"@types/lodash": "4.17.16",
"@types/node": "18.19.80",
"lodash": "4.17.21",
"loglevel": "1.9.2",
"ng-packagr": "18.2.1",
"normalize.css": "8.0.1",
"postcss": "8.4.49",
"reset-css": "5.0.2",
"sass-migrator": "2.2.1",
"scss-bundle": "3.1.2",
"ste-core": "3.0.11",
"ste-events": "3.0.11",
"ste-signals": "3.0.11",
"ste-simple-events": "3.0.11",
"strongly-typed-events": "3.0.11",
"ts-node": "8.10.2",
"tslib": "2.8.1",
"typescript": "5.5.4",
"uuid": "11.0.5",
"zone.js": "0.14.10"
}
}