8b96115bb2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
36 lines
894 B
JSON
36 lines
894 B
JSON
{
|
|
"name": "fabledassistant-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/extension-link": "^2.11.0",
|
|
"@tiptap/extension-placeholder": "^2.11.0",
|
|
"@tiptap/extension-task-item": "^2.27.2",
|
|
"@tiptap/extension-task-list": "^2.27.2",
|
|
"@tiptap/pm": "^2.11.0",
|
|
"@tiptap/starter-kit": "^2.11.0",
|
|
"@tiptap/suggestion": "^2.11.0",
|
|
"@tiptap/vue-3": "^2.11.0",
|
|
"d3": "^7",
|
|
"dompurify": "^3.1.0",
|
|
"marked": "^15.0.0",
|
|
"pinia": "^2.2.0",
|
|
"vue": "3.5.30",
|
|
"vue-router": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3": "^7",
|
|
"@types/dompurify": "^3.0.0",
|
|
"@vitejs/plugin-vue": "^5.1.0",
|
|
"typescript": "~5.6.0",
|
|
"vite": "^6.0.0",
|
|
"vue-tsc": "^2.1.0"
|
|
}
|
|
}
|