mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
- Rename entire quote project to zitare (German name) - Add global search page with quote and author search - Add search to navigation with Cmd/Ctrl+K shortcut - Add missing icons to PillNavigation (heart, list, compass) - Update all package names from @quote/* to @zitare/* - Update env variables from QUOTE_* to ZITARE_* - Update CLAUDE.md documentation - Fix layout with flex container structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
760 B
JSON
25 lines
760 B
JSON
{
|
|
"name": "zitare",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Zitare App - Daily Inspiration",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"dev:backend": "pnpm --filter @zitare/backend dev",
|
|
"dev:web": "pnpm --filter @zitare/web dev",
|
|
"dev:landing": "pnpm --filter @zitare/landing dev",
|
|
"dev:mobile": "pnpm --filter @zitare/mobile dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"type-check": "turbo run type-check",
|
|
"clean": "turbo run clean",
|
|
"db:push": "pnpm --filter @zitare/backend db:push",
|
|
"db:studio": "pnpm --filter @zitare/backend db:studio",
|
|
"db:seed": "pnpm --filter @zitare/backend db:seed"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.3.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@9.15.0"
|
|
}
|