-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
112 lines (112 loc) · 3.5 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
{
"name": "@rero/sonar-ui",
"version": "14.0.1",
"description": "User interface for SONAR.",
"keywords": [
"rero",
"invenio",
"angular"
],
"homepage": "https://github.com/rero/sonar-ui#readme",
"repository": {
"type": "git",
"url": "https://github.com/rero/sonar-ui"
},
"license": "AGPL-3.0-only",
"author": {
"name": "RERO",
"email": "[email protected]"
},
"files": [
"dist"
],
"scripts": {
"build": "ng build sonar --configuration production",
"deploy": "ng build sonar --configuration production --deploy-url /static/sonar-ui/",
"e2e": "ng e2e",
"lint": "ng lint",
"pack": "npm run deploy && npm pack",
"serve": "ng serve --configuration proxy",
"test": "ng test",
"extract_messages": "ngx-translate-extract -k -c -s -i ./projects/sonar/src -o ./projects/sonar/src/assets/i18n/messages.json --fi ' '",
"update_catalog": "ngx-translate-extract -k -c -s -i ./projects/sonar/src -o ./projects/sonar/src/assets/i18n/{de,en,fr,it,es}.json --fi ' '"
},
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@bartholomej/ngx-translate-extract": "^8.0.0",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@cospired/i18n-iso-languages": "^2.1.1",
"@ngx-formly/bootstrap": "^5.12.4",
"@ngx-formly/core": "^5.12.4",
"@ngx-translate/core": "^14.0.0",
"@rero/ng-core": "^14.7.0",
"@types/marked": "^4.0.0",
"bootstrap": "^4.6.2",
"crypto-js": "^4.1.1",
"dns-packet": "^5.6.0",
"easymde": "^2.18.0",
"elliptic": ">=6.5.4",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
"http-proxy": ">=1.18.1",
"https-proxy-agent": ">=2.2.3",
"js-generate-password": "^0.1.7",
"kind-of": ">=6.0.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"minimist": "^1.2.8",
"moment": "^2.29.4",
"ngx-bootstrap": "^9.0.0",
"ngx-dropzone": "^2.1.1",
"ngx-spinner": "^14.0.0",
"ngx-toastr": "^15.2.2",
"npm-registry-fetch": "^9.0.0",
"path-parse": ">=1.0.7",
"primeng": "^14.2.8-lts",
"rxjs": "^6.6.6",
"ssri": ">=8.0.1",
"tar": "^6.1.11",
"tree-kill": ">=1.2.2",
"tslib": "^2.5.0",
"xmlhttprequest-ssl": ">=1.6.2",
"y18n": ">=4.0.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.11",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.11",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@types/jasmine": "^4.3.1",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-spec-reporter": "0.0.32",
"typescript": "~4.8.4"
},
"publishConfig": {
"access": "public"
}
}