mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01:09 +02:00
- Add @manacore/shared-help-types with TypeScript types and Zod schemas - Add @manacore/shared-help-content with Markdown parser, content loader, and Fuse.js search - Add @manacore/shared-help-ui with Svelte 5 components (HelpPage, FAQSection, FeaturesOverview, etc.) - Add @manacore/shared-help-mobile with React Native components for Expo apps - Add help translations to shared-i18n (de, en, fr, it, es) - Implement self-contained help page in Contacts app with FAQ, Features, Shortcuts, and Contact sections - Support i18n with German and English content 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
587 B
JSON
24 lines
587 B
JSON
{
|
|
"name": "@manacore/shared-help-mobile",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"type-check": "echo 'Skipping type-check: @manacore/shared-help-mobile requires React Native environment'"
|
|
},
|
|
"dependencies": {
|
|
"@manacore/shared-help-types": "workspace:*",
|
|
"@manacore/shared-help-content": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~18.3.12",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": ">=52.0.0",
|
|
"nativewind": "^4.0.0",
|
|
"react": "18.3.1",
|
|
"react-native": ">=0.76.0"
|
|
}
|
|
}
|