feat: Implement enhanced user profiles with social features including direct messaging, post comments, and reposts, and introduce new routing for Docs and Changelog views.
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"pinia": "^3.0.4",
|
||||
"socket.io-client": "^4.8.3",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"vue": "^3.5.24"
|
||||
"vue": "^3.5.24",
|
||||
"vue-router": "^4.6.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
@@ -31,4 +32,4 @@
|
||||
"vite": "^7.2.4",
|
||||
"vitest": "^4.0.17"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user