-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.29 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.29 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
71
72
73
74
75
76
{
"name": "@device-management-toolkit/ui-toolkit-angular",
"version": "11.1.2",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/device-management-toolkit/ui-toolkit-angular/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/device-management-toolkit/ui-toolkit-angular.git"
},
"homepage": "https://github.com/device-management-toolkit/ui-toolkit-angular#readme",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI",
"lint": "ng lint",
"prettify": "npx prettier --write .",
"ci-prettify": "npx prettier --check .",
"e2e": "ng e2e"
},
"private": false,
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@device-management-toolkit/ui-toolkit": "^3.3.10",
"@xterm/xterm": "^6.0.0"
},
"overrides": {
"@angular/build": {
"undici": "^7.24.5"
}
},
"devDependencies": {
"@angular-eslint/builder": "^21.3.1",
"@angular-eslint/eslint-plugin": "^21.3.1",
"@angular-eslint/schematics": "^21.3.1",
"@angular/build": "^21.2.6",
"@angular/cdk": "^21.2.5",
"@angular/cli": "^21.2.6",
"@angular/common": "^21.2.7",
"@angular/compiler": "^21.2.7",
"@angular/compiler-cli": "^21.2.7",
"@angular/core": "^21.2.7",
"@angular/platform-browser": "^21.2.7",
"@angular/platform-browser-dynamic": "^21.2.7",
"@types/jasmine": "~6.0.0",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/utils": "^8.58.0",
"angular-eslint": "21.3.1",
"@eslint/js": "^10.0.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"jasmine-core": "~6.1.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"karma-junit-reporter": "^2.0.1",
"ng-packagr": "^21.2.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-multiline-arrays": "^4.1.5",
"rxjs": "~7.8.2",
"ts-node": "~10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"zone.js": "~0.16.1"
}
}