forked from rero/rero-ils-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 5.52 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@rero/rero-ils-ui",
"version": "0.18.1",
"license": "AGPL-3.0-only",
"author": {
"name": "RERO",
"email": "[email protected]"
},
"contributors": [
"Alicia Zangger <[email protected]>",
"Aly Badr <[email protected]>",
"Benoit Erken <[email protected]>",
"Bertrand Zuchuat <[email protected]>",
"Gianni Pante <[email protected]>",
"Igor Milhit <[email protected]>",
"Johnny Mariéthoz <[email protected]>",
"Laurent Dubois <[email protected]>",
"Mana Deweerdt <[email protected]>",
"Miguel Moreira <[email protected]>",
"Nicolas Labat <[email protected]>",
"Nicolas Prongué <[email protected]>",
"Olivier Dossmann <[email protected]>",
"Peter Weber <[email protected]>",
"Renaud Michotte <[email protected]>",
"Sébastien Délèze <[email protected]>"
],
"private": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/rero/rero-ils-ui"
},
"description": "User interface for RERO integrated library system (RERO ILS).",
"keywords": [
"rero",
"rero-ils",
"invenio",
"angular"
],
"homepage": "https://github.com/rero/rero-ils-ui#readme",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-admin-proxy": "ng serve admin --proxy-config proxy.conf.json",
"start-public-patron-profile-proxy": "ng serve public-patron-profile --proxy-config proxy.conf.json",
"start-public-holdings-items-proxy": "ng serve public-holdings-items --proxy-config proxy.conf.json",
"start-public-search-proxy": "ng serve public-search --proxy-config proxy.conf.json",
"start-search-bar-proxy": "ng serve search-bar --proxy-config proxy.conf.json",
"build-shared": "ng build --configuration production shared",
"build": "npm run build-shared && ng build admin --prod && ng build public-patron-profile --prod && ng build public-search --prod && ng build public-holdings-items --prod && ng build search-bar --single-bundle --prod",
"pack": "npm run build && ./scripts/dist_pkg.js -o build && cd build && npm pack",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"admin_extract_messages": "ngx-translate-extract -k -c -s -i ./projects/admin/src -o ./projects/admin/src/assets/rero-ils-ui/admin/i18n/en_US.json --fi ' '",
"admin_update_catalog": "ngx-translate-extract -k -c -s -i ./projects/admin/src -o ./projects/admin/src/assets/rero-ils-ui/admin/i18n/{de,en,es,fr,it,nl,ar}.json --fi ' '",
"public-search_extract_messages": "ngx-translate-extract -k -c -s -i ./projects/public-search/src -o ./projects/public-search/src/assets/rero-ils-ui/public-search/i18n/en_US.json --fi ' '",
"public-search_update_catalog": "ngx-translate-extract -k -c -s -i ./projects/public-search/src -o ./projects/public-search/src/assets/rero-ils-ui/public-search/i18n/{de,en,es,fr,it,nl,ar}.json --fi ' '",
"extract_messages": "npm run public-search_extract_messages && npm run admin_extract_messages",
"update_catalog": "npm run public-search_update_catalog && npm run admin_update_catalog",
"postinstall": "ngcc"
},
"dependencies": {
"@angular-devkit/core": "^11.2.6",
"@angular/animations": "^11.2.7",
"@angular/common": "^11.2.7",
"@angular/compiler": "^11.2.7",
"@angular/core": "^11.2.7",
"@angular/elements": "^11.2.7",
"@angular/forms": "^11.2.7",
"@angular/platform-browser": "^11.2.7",
"@angular/platform-browser-dynamic": "^11.2.7",
"@angular/router": "^11.2.7",
"@ngneat/hotkeys": "^1.1.2",
"@ngx-formly/bootstrap": "^5.10.22",
"@ngx-formly/core": "^5.10.22",
"@ngx-loading-bar/core": "^5.1.1",
"@ngx-loading-bar/http-client": "^5.1.1",
"@ngx-loading-bar/router": "^5.1.1",
"@ngx-translate/core": "^13.0.0",
"@rero/ng-core": "^1.14.2",
"bootstrap": "^4.6.0",
"browserslist": ">=4.16.5",
"crypto-js": "^3.3.0",
"dns-packet": ">=1.3.2",
"document-register-element": "^1.14.10",
"font-awesome": "^4.7.0",
"https-proxy-agent": "^2.2.4",
"issn": "^1.0.6",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"ngx-bootstrap": "^6.2.0",
"ngx-bootstrap-slider": "^1.9.0",
"ngx-build-plus": "^11.0.0",
"ngx-spinner": "^10.0.1",
"ngx-toastr": "^13.2.1",
"rxjs": "^6.6.7",
"simple-isbn": "^1.1.5",
"simplemde": "^1.11.2",
"tslib": "^2.1.0",
"url-parse": "^1.5.3",
"xmlhttprequest-ssl": ">=1.6.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.7",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^11.2.6",
"@angular/compiler-cli": "^11.2.7",
"@angular/language-service": "^11.2.7",
"@biesbjerg/ngx-translate-extract": "^7.0.3",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ngx-formly/schematics": "^5.10.22",
"@types/jasmine": "^3.6.9",
"@types/jquery": "^3.5.5",
"@types/marked": "^2.0.3",
"@types/node": "^12.20.7",
"@types/simplemde": "^1.11.7",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-spec-reporter": "0.0.32",
"ng-packagr": "^10.1.2",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.0",
"typescript": "^4.0.7"
},
"files": [
"dist"
]
}