-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"name": "alma-refine",
"description": "Cloud App implementing some of the OpenRefine standard",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "eca start"
},
"dependencies": {
"@exlibris/exl-cloudapp-base": "^1.4.1",
"@exlibris/exl-cloudapp-angular-lib": "^1.4.1",
"eca-components": "~1.4.0",
"deepdash-es": "^5.2.1",
"js-crc": "^0.2.0",
"ngx-tippy-wrapper": "^3.0.1",
"@angular/animations": "~11.2.14",
"@angular/cdk": "~11.2.12",
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/forms": "~11.2.14",
"@angular/language-service": "~11.2.14",
"@angular/material": "~11.2.12",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@ngx-translate/core": "~13.0.0",
"ngx-translate-parser-plural-select": "^1.1.3",
"lodash": "~4.17.21",
"rxjs": "~6.5.5",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular/cli": "~11.2.13",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~13.13.5",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.5.4",
"postcss": "~8.3.0",
"typescript": "~4.1.5"
}
}