mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
- Add `packages/i18n/scripts/claude.ts` — a Bun script that translates empty PO entries via the Claude Code CLI, supporting batch mode, dry-run, optional AI context from `crowdin-context.jsonl`, and structured JSON output validation - Add `i18n:claude` root script (`bun packages/i18n/scripts/claude.ts`) as a convenience alias - Fill all previously empty msgstr entries across de, es, fr, it, pt PO catalogs and recompile `.ts` catalogs - Polish README with badges (license, CI status, release, language, Crowdin localization) and minor formatting fixes
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "sofa-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"lint": "oxlint",
|
|
"format": "oxfmt",
|
|
"format:check": "oxfmt --check",
|
|
"check-types": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
"generate:api-docs": "bun scripts/generate-api-docs.ts",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@takumi-rs/image-response": "^0.73.1",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"fumadocs-core": "^16.6.17",
|
|
"fumadocs-mdx": "^14.2.10",
|
|
"fumadocs-openapi": "^10.3.18",
|
|
"fumadocs-ui": "^16.6.17",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "16.2.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"shiki": "^4.0.2",
|
|
"tailwind-merge": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/bun": "1.3.11",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"oxfmt": "0.41.0",
|
|
"oxlint": "1.56.0",
|
|
"postcss": "^8.5.8",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3"
|
|
},
|
|
"packageManager": "bun@1.3.11"
|
|
}
|