20230802FertigstellungVonBookMonkey

This commit is contained in:
2023-08-02 11:39:13 +02:00
parent 6ae0d27dd4
commit 02261e7e13
33 changed files with 507 additions and 39 deletions

13
package-lock.json generated
View File

@@ -16,6 +16,7 @@
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"angular-date-value-accessor": "^3.0.0",
"book-monkey5-styles": "^1.0.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@@ -4562,6 +4563,18 @@
"ajv": "^8.8.2"
}
},
"node_modules/angular-date-value-accessor": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/angular-date-value-accessor/-/angular-date-value-accessor-3.0.0.tgz",
"integrity": "sha512-1Oxm2fkKgleIQdZ50BiBSoMz7+qyQLI4rD+qllfJo7gCVIpkXLlWAObFUPVFte+SngdHSycH00bVMb8co8/lhw==",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
}
},
"node_modules/ansi-colors": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",