-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1013 Bytes
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
{
"name": "@h-k-dev/angular-tooltips",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test:ci": "ng test --watch=false",
"test": "ng test"
},
"private": true,
"packageManager": "npm@11.13.0",
"dependencies": {
"@angular/cdk": "^22.0.2",
"@angular/common": "^22.0.3",
"@angular/compiler": "^22.0.3",
"@angular/core": "^22.0.3",
"@angular/forms": "^22.0.3",
"@angular/material": "^22.0.2",
"@angular/platform-browser": "^22.0.3",
"@angular/router": "^22.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.4",
"@angular/cli": "^22.0.4",
"@angular/compiler-cli": "^22.0.3",
"@semantic-release/exec": "^7.1.0",
"jsdom": "^28.0.0",
"ng-packagr": "^22.0.0",
"prettier": "^3.8.1",
"semantic-release": "^25.0.5",
"typescript": "~6.0.3",
"vitest": "^4.0.8"
}
}