Adding the first stubs of the magazine browser

This commit is contained in:
2025-12-18 13:10:58 +00:00
parent 279abac91a
commit a1a04a89cf
11 changed files with 632 additions and 228 deletions

View File

@@ -12,6 +12,8 @@
},
"dependencies": {
"bootstrap": "^5.3.8",
"dotenv": "^17.2.3",
"dotenv-expand": "^11.0.7",
"drizzle-orm": "^0.36.4",
"mysql2": "^3.16.0",
"next": "~15.5.9",
@@ -27,9 +29,9 @@
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.30.6",
"eslint": "^9.39.2",
"eslint-config-next": "15.5.4",
"drizzle-kit": "^0.30.6",
"sass": "^1.97.0"
}
}