b255a0f90e
Renames src/fabledassistant -> src/scribe and all imports, plus the default DB name and DB user/password (fabled -> scribe) in config + compose. 952 refs / 154 files. Reverses the old 'internal name stays fabledassistant' convention. Code-only: live databases are still physically named 'fabledassistant'. Deployed environments must set POSTGRES_DB / POSTGRES_USER (or rename the DB) since the defaults now resolve to 'scribe'. Repo (FabledScribe), git host (fabledsword), MCP (fabled-git) and the image name (fabledscribe) are intentionally unchanged. ruff check src/ clean locally; CI (typecheck + pytest) is the gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "scribe-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/core": "^6.1.20",
|
|
"@fullcalendar/daygrid": "^6.1.20",
|
|
"@fullcalendar/interaction": "^6.1.20",
|
|
"@fullcalendar/timegrid": "^6.1.20",
|
|
"@fullcalendar/vue3": "^6.1.20",
|
|
"@ricky0123/vad-web": "^0.0.30",
|
|
"@tiptap/core": "^3.0.0",
|
|
"@tiptap/extension-link": "^3.0.0",
|
|
"@tiptap/extension-list": "^3.0.0",
|
|
"@tiptap/extensions": "^3.0.0",
|
|
"@tiptap/pm": "^3.0.0",
|
|
"@tiptap/starter-kit": "^3.0.0",
|
|
"@tiptap/suggestion": "^3.0.0",
|
|
"@tiptap/vue-3": "^3.0.0",
|
|
"d3": "^7",
|
|
"dompurify": "^3.1.0",
|
|
"lucide-vue-next": "^0.469.0",
|
|
"marked": "^17.0.0",
|
|
"pinia": "^3.0.0",
|
|
"vue": "3.5.30",
|
|
"vue-router": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3": "^7",
|
|
"@types/dompurify": "^3.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-static-copy": "^4.0.1",
|
|
"vue-tsc": "^3.0.0"
|
|
}
|
|
}
|