- Transform auth-section to search bar layout (input left, button right) - Change atproto button text to "@" symbol - Add num_predict configuration in config.toml for AI response length - Improve mobile responsiveness for auth section - Remove auth-status section for cleaner UI 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
862 B
JSON
32 lines
862 B
JSON
{
|
|
"name": "aicard",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"build": "vite build --mode production",
|
|
"build:dev": "vite build --mode development",
|
|
"build:local": "VITE_APP_HOST=http://localhost:4173 vite build --mode development",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.15.12",
|
|
"@atproto/did": "^0.1.5",
|
|
"@atproto/identity": "^0.4.8",
|
|
"@atproto/oauth-client-browser": "^0.3.19",
|
|
"@atproto/xrpc": "^0.7.0",
|
|
"axios": "^1.6.2",
|
|
"framer-motion": "^10.16.16",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^7.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.10"
|
|
}
|
|
}
|