forked from rero/sonar-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.4 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
{
"name": "@rero/sonar-ui",
"version": "1.5.0",
"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": "software@rero.ch"
},
"files": [
"dist"
],
"scripts": {
"build": "ng build sonar --prod",
"deploy": "ng build sonar --prod --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}.json --fi ' '"
},
"dependencies": {
"@angular/animations": "^11.2.9",
"@angular/common": "^11.2.9",
"@angular/compiler": "^11.2.9",
"@angular/core": "^11.2.9",
"@angular/forms": "^11.2.9",
"@angular/platform-browser": "^11.2.9",
"@angular/platform-browser-dynamic": "^11.2.9",
"@angular/router": "^11.2.9",
"@cospired/i18n-iso-languages": "^2.1.1",
"@ngx-formly/bootstrap": "^5.10.29",
"@ngx-formly/core": "^5.10.29",
"@ngx-translate/core": "^13.0.0",
"@rero/ng-core": "^1.14.6",
"acorn": ">=6.4.1",
"bootstrap": "^4.6.0",
"browserslist": ">=4.16.5",
"crypto-js": "^3.3.0",
"dns-packet": ">=1.3.2",
"elliptic": ">=6.5.4",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
"http-proxy": ">=1.18.1",
"https-proxy-agent": ">=2.2.3",
"kind-of": ">=6.0.3",
"lodash": "^4.17.21",
"lodash-es": "4.17.14",
"minimist": ">=0.2.1",
"moment": "^2.29.1",
"ngx-bootstrap": "^6.2.0",
"ngx-bootstrap-slider": "^1.9.0",
"ngx-dropzone": "^2.1.1",
"ngx-spinner": "^10.0.1",
"ngx-toastr": "^13.2.0",
"npm-registry-fetch": "^9.0.0",
"path-parse": ">=1.0.7",
"postcss": ">=8.2.10",
"rxjs": "^6.6.6",
"serialize-javascript": "^5.0.1",
"simplemde": "^1.11.2",
"ssri": ">=8.0.1",
"tar": "^6.1.11",
"tree-kill": ">=1.2.2",
"tslib": "^2.2.0",
"xmlhttprequest-ssl": ">=1.6.2",
"y18n": ">=4.0.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.13",
"@angular/cli": "^11.2.8",
"@angular/compiler-cli": "^11.2.9",
"@angular/flex-layout": "^8.0.0-beta.27",
"@angular/language-service": "^11.2.9",
"@biesbjerg/ngx-translate-extract": "^7.0.3",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@types/jasmine": "^3.6.4",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^2.0.3",
"@types/node": "^12.20.4",
"@types/simplemde": "^1.11.7",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"socket.io": "^4.0.1",
"ts-node": "^10.4.0",
"tslint": "~6.1.0",
"typescript": "~4.0.7",
"websocket-extensions": ">=0.1.4"
},
"publishConfig": {
"access": "public"
}
}