-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.12 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
{
"name": "@device-management-toolkit/ui-toolkit-angular",
"version": "11.1.8",
"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",
"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.20",
"@xterm/xterm": "^6.0.0"
},
"overrides": {
"@angular-devkit/core": {
"ajv": "^8.18.0"
},
"picomatch": "^4.0.4",
"esbuild": "^0.28.1",
"@hono/node-server": "^2.0.11"
},
"devDependencies": {
"@angular-eslint/builder": "^21.4.0",
"@angular-eslint/eslint-plugin": "^21.3.1",
"@angular-eslint/schematics": "^21.4.0",
"@angular/build": "^21.2.21",
"@angular/cdk": "^21.2.14",
"@angular/cli": "^21.2.21",
"@angular/common": "^21.2.21",
"@angular/compiler": "^21.2.21",
"@angular/compiler-cli": "^21.2.21",
"@angular/core": "^21.2.21",
"@angular/platform-browser": "^21.2.21",
"@eslint/js": "^10.0.1",
"@types/node": "^26.2.0",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/utils": "^8.67.0",
"@vitest/browser-playwright": "^4.1.11",
"@vitest/coverage-v8": "^4.1.11",
"angular-eslint": "21.4.0",
"eslint": "^10.9.0",
"eslint-config-prettier": "^10.1.8",
"ng-packagr": "^21.2.3",
"playwright": "^1.62.1",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-multiline-arrays": "^4.1.11",
"rxjs": "~7.8.2",
"ts-node": "~10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.67.0",
"vitest": "^4.1.11"
}
}