Start adding dockview project
All checks were successful
build / build (push) Successful in 2m53s

This commit is contained in:
2025-12-15 21:28:44 +10:30
parent c44b7d1b72
commit c8d0ac80f3
13 changed files with 286 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "dockview-angular",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^20.3.0",
"@angular/core": "^20.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}