Gestión de Géneros

This commit is contained in:
2025-03-29 23:39:31 +01:00
parent 93f3faae0e
commit 1953fae9db
31 changed files with 1094 additions and 409 deletions

View File

@@ -20,8 +20,14 @@
"@angular/platform-server": "^19.2.0",
"@angular/router": "^19.2.0",
"@angular/ssr": "^19.2.3",
"@ng-icons/bootstrap-icons": "^31.2.0",
"@ng-icons/core": "^31.2.0",
"@tailwindcss/postcss": "^4.0.14",
"daisyui": "^5.0.6",
"express": "^4.18.2",
"postcss": "^8.5.3",
"rxjs": "~7.8.0",
"tailwindcss": "^4.0.14",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
@@ -40,4 +46,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2"
}
}
}