Server code

This commit is contained in:
2024-11-20 22:31:39 +00:00
parent 6358a7a595
commit c4e4affa7c
10 changed files with 4827 additions and 0 deletions

13
client/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "blog-client",
"version": "1.0.0",
"dependencies": {
"@uiw/react-md-editor": "^3.6.0",
"axios": "^1.0.0",
"date-fns": "^2.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.0.0",
"sass": "^1.45.0"
}
}