-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "ngx-dialog-forge",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/HoplaGeiss/ngx-dialog-forge.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve demo",
"build": "ng build demo",
"build:lib": "ng build ngx-dialog-forge",
"watch": "ng build demo --watch --configuration development",
"test": "ng test demo && ng test ngx-dialog-forge",
"postinstall": "rm -rf projects/ngx-dialog-forge/node_modules"
},
"private": true,
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=22"
},
"dependencies": {
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.4",
"@angular/cli": "^22.0.4",
"@angular/compiler-cli": "^22.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"jsdom": "^28.0.0",
"ng-packagr": "^22.0.0",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"typescript": "~6.0.2",
"vitest": "^4.0.8"
}
}