-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.49 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
{
"name": "angular-tree",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve app",
"typecheck": "ngc -p tsconfig.typecheck.json",
"build": "ng build angular-tree",
"watch": "ng build angular-tree --watch --configuration development",
"test": "ng test angular-tree && ng test app",
"test:ci": "ng test angular-tree --watch=false && ng test app --watch=false",
"e2e": "playwright test"
},
"private": true,
"packageManager": "npm@11.13.0",
"dependencies": {
"@angular/cdk": "^22.0.3",
"@angular/common": "^22.0.5",
"@angular/compiler": "^22.0.5",
"@angular/core": "^22.0.5",
"@angular/forms": "^22.0.5",
"@angular/material": "^22.0.3",
"@angular/platform-browser": "^22.0.5",
"@angular/router": "^22.0.5",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.5",
"@angular/cli": "^22.0.5",
"@angular/compiler-cli": "^22.0.5",
"@playwright/test": "^1.61.1",
"@semantic-release/exec": "^7.1.0",
"@typescript-eslint/parser": "^8.62.0",
"angular-eslint": "^22.0.0",
"axe-core": "^4.12.1",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "^28.0.0",
"ng-packagr": "^22.0.1",
"prettier": "^3.8.4",
"prettier-eslint": "^17.1.1",
"semantic-release": "^25.0.5",
"shiki": "^4.3.1",
"typescript": "~6.0.3",
"vitest": "^4.0.8"
}
}