-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 2.65 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
{
"name": "@hmcts/rpx-xui-common-lib",
"version": "2.0.31",
"engines": {
"node": ">=18.19.0"
},
"scripts": {
"ng": "ng",
"build:library": "ng build exui-common-lib --configuration production",
"build:library:watch": "ng build exui-common-lib --configuration production --watch",
"package": "cat dist/rpx-xui-common-lib/{runtime,polyfills,scripts,main}.js | gzip > elements.js.gz",
"start": "ng serve -o",
"start:no-open": "ng serve",
"build": "ng build exui-common-lib",
"build:dev": "ng build --watch exui-common-lib",
"test": "ng test exui-common-lib",
"lint": "ng lint rpx-xui-common-lib",
"e2e": "ng e2e"
},
"repository": {
"type": "git",
"url": "https://github.com/hmcts/rpx-xui-common-lib.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@angular/animations": "^17.3.5",
"@angular/cdk": "^17.3.6",
"@angular/common": "^17.3.5",
"@angular/compiler": "^17.3.5",
"@angular/core": "^17.3.5",
"@angular/forms": "^17.3.5",
"@angular/localize": "17.3.5",
"@angular/material": "16.2.0",
"@angular/platform-browser": "^17.3.5",
"@angular/platform-browser-dynamic": "^17.3.5",
"@angular/router": "^17.3.5",
"@hmcts/frontend": "0.0.50-alpha",
"@ng-idle/core": "^11.1.0",
"@ng-idle/keepalive": "^11.0.3",
"core-js": "^3.37.0",
"govuk-frontend": "4.7.0",
"launchdarkly-js-client-sdk": "^3.3.0",
"ngx-pagination": "^6.0.3",
"rpx-xui-translation": "1.0.3-angular-upgrade-17-rc",
"rxjs": "^7.8.1",
"tslib": "^2.6.1",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.5",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.5",
"@angular/compiler-cli": "^17.3.5",
"@angular/language-service": "^17.3.5",
"@types/jasmine": "~4.3.5",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^18.19.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"codelyzer": "^6.0.2",
"eslint": "^8.57.0",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"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",
"ng-packagr": "17.3.0",
"protractor": "~7.0.0",
"ts-node": "10.8.1",
"tslint": "~6.1.0",
"typescript": "~5.4.5"
},
"packageManager": "[email protected]"
}