-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.13 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.13 KB
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
{
"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": "20.3.18",
"@angular/cdk": "20.0.4",
"@angular/cli": "^20.3.18",
"@angular/common": "20.3.18",
"@angular/core": "20.3.18",
"@angular/forms": "20.3.18",
"@angular/platform-browser": "20.3.18",
"@angular/platform-browser-dynamic": "20.3.18",
"@angular/router": "20.3.18",
"@carbon/icons": "^11.60.0",
"@carbon/styles": "^1.97.0",
"@ibm/applinx-rest-apis": "10.15.7",
"@types/rbush": "3.0.0",
"bootstrap": "5.1.3",
"carbon-components-angular": "^5.57.7",
"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.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.18",
"@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/compiler": "20.3.18",
"@angular/compiler-cli": "20.3.18",
"@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",
"cypress": "^15.6.0",
"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.4.4",
"karma-jasmine": "4.0.1",
"ts-node": "10.4.0",
"typescript": "^5.8.3"
},
"overrides": {
"lodash-es": "^4.17.23"
}
}