managarten/apps/zitare/packages/web-ui/package.json
Till-JS 75a2527b60 feat(zitare): rename quote project to zitare and add global search
- 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>
2025-11-28 20:14:19 +01:00

26 lines
542 B
JSON

{
"name": "@zitare/web-ui",
"version": "1.0.0",
"type": "module",
"exports": {
".": "./src/index.ts",
"./styles": "./src/styles/index.ts",
"./components/*": "./src/components/*.svelte",
"./stores/*": "./src/stores/*.ts"
},
"scripts": {
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"dependencies": {
"@zitare/shared": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0"
}
}