forked from rero/rero-ils-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 6.38 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
141
{
"name": "@rero/rero-ils-ui",
"version": "17.1.0",
"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]>",
"Pascal Repond <[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/proxy.admin.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-public-user-password-change-proxy": "ng serve public-user-password-change --proxy-config proxy.conf.json",
"start-public-user-profile-edit-proxy": "ng serve public-user-profile-edit --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 --configuration production && ng build public-patron-profile --configuration production && ng build public-user-password-change --configuration production && ng build public-user-profile-edit --configuration production && ng build public-search --configuration production && ng build public-holdings-items --configuration production && ng build search-bar --configuration production",
"pack": "npm run build && ./scripts/dist_pkg.js -o build && cd build && npm pack",
"test": "ng test",
"lint": "ng lint --cache",
"e2e": "ng e2e",
"shared_extract_messages": "ngx-translate-extract -k -c -s -i ./projects/shared/src -o ./projects/shared/src/assets/rero-ils-ui/shared/i18n/en_US.json --fi ' '",
"shared_update_catalog": "ngx-translate-extract -k -c -s -i ./projects/shared/src -o ./projects/shared/src/assets/rero-ils-ui/shared/i18n/{de,en,es,fr,it,nl,ar}.json --fi ' '",
"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 shared_extract_messages && npm run public-search_extract_messages && npm run admin_extract_messages",
"update_catalog": "npm run shared_update_catalog && npm run public-search_update_catalog && npm run admin_update_catalog"
},
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/cdk": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/elements": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngneat/hotkeys": "^2.0.0",
"@ngx-formly/core": "^6.3.6",
"@ngx-formly/primeng": "^6.3.6",
"@ngx-loading-bar/core": "^6.0.0",
"@ngx-loading-bar/http-client": "^6.0.0",
"@ngx-loading-bar/router": "^6.0.0",
"@ngx-translate/core": "^15.0.0",
"@rero/ng-core": "^17.2.3",
"@swimlane/ngx-charts": "^20.5.0",
"@vpoppy/ngx-translate-extract": "^9.0.0",
"bootstrap": "^4.6.2",
"crypto-js": "^4.2.0",
"easymde": "^2.18.0",
"font-awesome": "^4.7.0",
"issn": "^1.0.6",
"js-generate-password": "^0.1.9",
"lodash-es": "^4.17.21",
"luxon": "^3.4.0",
"marked": "^10.0.0",
"moment": "^2.30.1",
"ngx-bootstrap": "^12.0.0",
"ngx-spinner": "^16.0.0",
"ngx-toastr": "^18.0.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "^17.14.1",
"rxjs": "^7.8.1",
"simple-isbn": "^1.1.5",
"tslib": "^2.6.0",
"zone.js": "^0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular-eslint/builder": "^17.2.1",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
"@angular-eslint/schematics": "^17.2.1",
"@angular-eslint/template-parser": "^17.2.1",
"@angular/cli": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular/language-service": "^17.1.0",
"@ngx-formly/schematics": "^6.3.6",
"@types/jasmine": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.36.0",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-spec-reporter": "0.0.36",
"ng-packagr": "^17.1.1",
"typescript": "~5.3.3"
},
"files": [
"dist"
]
}