- Removed old contenteditable-based MarkdownEditor component - Integrated Milkdown Crepe with LaTeX (KaTeX) rendering support - Simplified inline suggestion plugin using ProseMirror decorations - Removed debug logging and unused components (HelloWorld, plan files) - Increased debounce from 150ms to 500ms for better performance - Fixed SSE JSON serialization in backend main.py
30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"name": "llm-in-text",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@milkdown/core": "^7.18.0",
|
|
"@milkdown/crepe": "^7.18.0",
|
|
"@milkdown/kit": "^7.18.0",
|
|
"@milkdown/theme-nord": "^7.18.0",
|
|
"@milkdown/vue": "^7.18.0",
|
|
"katex": "^0.16.9",
|
|
"markdown-it": "^13.0.0",
|
|
"markdown-it-math": "^3.0.2",
|
|
"pinia": "^2.3.1",
|
|
"prismjs": "^1.29.0",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|