- Increase logo size (48x48 desktop, 56x56 mobile) for better visibility - Add logo as favicon - Add logo to mobile header - Move user menu to navigation bars (sidebar on desktop, bottom bar on mobile) - Fix desktop chat layout - container structure prevents voice controls cutoff - Fix mobile bottom bar - use icon-only ActionIcons instead of truncated text buttons - Hide Create Node/New Conversation buttons on mobile to save header space - Make fixed header and voice controls work properly with containers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "ponderants",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "npx magnitude"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/google": "latest",
|
|
"@ai-sdk/react": "latest",
|
|
"@atproto/api": "latest",
|
|
"@atproto/oauth-client-node": "^0.3.10",
|
|
"@deepgram/sdk": "latest",
|
|
"@google/generative-ai": "^0.24.1",
|
|
"@mantine/core": "latest",
|
|
"@mantine/form": "latest",
|
|
"@mantine/hooks": "latest",
|
|
"@mantine/notifications": "^8.3.6",
|
|
"@react-three/drei": "latest",
|
|
"@react-three/fiber": "latest",
|
|
"@tabler/icons-react": "^3.35.0",
|
|
"@xstate/react": "^6.0.0",
|
|
"ai": "latest",
|
|
"jsonwebtoken": "latest",
|
|
"next": "latest",
|
|
"openid-client": "latest",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"surrealdb": "latest",
|
|
"three": "latest",
|
|
"umap-js": "latest",
|
|
"xstate": "^5.24.0",
|
|
"zod": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"@types/jsonwebtoken": "latest",
|
|
"@types/node": "latest",
|
|
"@types/react": "latest",
|
|
"@types/react-dom": "latest",
|
|
"eslint": "latest",
|
|
"eslint-config-next": "latest",
|
|
"jiti": "^2.6.1",
|
|
"magnitude-test": "latest",
|
|
"playwright": "^1.56.1",
|
|
"postcss": "latest",
|
|
"postcss-preset-mantine": "latest",
|
|
"postcss-simple-vars": "latest",
|
|
"typescript": "latest"
|
|
}
|
|
}
|