[feat] sample page to render cards

This commit is contained in:
2026-02-12 23:27:13 -05:00
parent 6391e6d5a5
commit 18b8774a89
6 changed files with 529 additions and 2 deletions

View File

@@ -11,12 +11,15 @@
},
"dependencies": {
"astro": "^5.17.1",
"bootstrap": "^5.3.8",
"chalk": "^5.6.2",
"dotenv": "^17.2.4",
"drizzle-orm": "^0.45.1",
"mysql2": "^3.16.3"
"mysql2": "^3.16.3",
"sass": "^1.97.3"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^25.2.1",
"drizzle-kit": "^0.31.8",
"typescript": "^5.9.3"