kea-research/frontend/package.json
Stanislaw a23be3be7f Enhanced Communication
## 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.
2026-01-22 23:25:54 +01:00

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"
}
}