mirror of
https://github.com/KeaBase/kea-research.git
synced 2026-04-28 11:30:35 +00:00
## What's New: Enhanced Communication Three key updates to make your conversations richer and more functional: ### 1. File Attachments Share more than just text. You can now attach files directly to your chat messages, making conversations more interactive and collaborative. ### 2. Improved Chat Export Export your conversations with better formatting and proper handling of multimedia content. ### 3. Message Timestamps Every message now displays when it was sent, helping you track conversation history. ### Various Bug Fixes and Code Improvements Under-the-hood optimizations for better stability and performance.
15 lines
339 B
JSON
15 lines
339 B
JSON
{
|
|
"name": "kea-frontend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npm run po2json && astro dev",
|
|
"build": "npm run po2json && astro build",
|
|
"preview": "astro preview",
|
|
"po2json": "node scripts/po2json.mjs"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.0.0",
|
|
"@astrojs/node": "^9.0.0",
|
|
"file-type": "^21.3.0"
|
|
}
|
|
}
|