-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.23 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
{
"name": "applinx-web-emulation",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config src/proxy.conf.json",
"build": "ng build --configuration production --base-href ./",
"test": "ng test",
"testHeadless": "ng test --watch=false --browsers ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "2.0.4",
"@angular/animations": "17.2.4",
"@angular/cdk": "17.2.2",
"@angular/common": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/material": "17.2.2",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@chenfengyuan/datepicker": "1.0.10",
"@softwareag/applinx-rest-apis": "10.15.4",
"@softwareag/dlt": "12.0.0",
"@types/rbush": "3.0.0",
"bootstrap": "5.1.3",
"http-status-codes": "2.2.0",
"jquery": "3.6.0",
"ngx-logger": "5.0.12",
"rbush": "3.0.1",
"rxjs": "7.5.2",
"rxjs-compat": "6.6.7",
"tslib": "2.3.1",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.2",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "17.2.3",
"@angular/compiler": "17.2.4",
"@angular/compiler-cli": "17.2.4",
"@types/jasmine": "3.10.4",
"@types/jasminewd2": "2.0.10",
"@types/jest": "27.4.1",
"@types/node": "16.11.12",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"codelyzer": "6.0.2",
"eslint": "9.13.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "7.1.0",
"jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.17",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"protractor": "7.0.0",
"ts-node": "10.4.0",
"typescript": "5.3.3"
}
}