The Blog rebuild

This commit is contained in:
Eli Winderickx
2025-12-13 07:12:14 +01:00
parent b9babf8cf0
commit 9db388dcc1
24 changed files with 49 additions and 12 deletions

View File

@@ -8,10 +8,10 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.0.4",
"@next/font": "^13.0.4",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"next": "13.0.4",
"glob": "^8.0.3",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -20,5 +20,10 @@
"devDependencies": {
"eslint": "8.27.0",
"eslint-config-next": "13.0.4"
},
"scripts": {
"dev": "next dev -p 5000",
"start": "next start -p 5000"
}
}