first commit

This commit is contained in:
JLEROY
2025-06-24 10:55:12 +02:00
commit 5da61af76e
13 changed files with 263 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "dialogue-lib",
"version": "1.0.0",
"description": "Système de dialogue Angular standalone avec alertes personnalisables",
"author": "Johan Leroy",
"license": "MIT",
"devDependencies": {
"@angular/compiler-cli": "^20.0.0",
"ng-packagr": "next",
"typescript": "~5.8.0"
},
"peerDependencies": {
"@angular/core": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/animations": "^20.0.0"
},
"scripts": {
"build": "ng-packagr -p ng-package.json"
}
}