The workspace now carries the pro editing flow, streaming completion path, and lighter Office preview state as one checkpoint so the remote has the current runnable project shape. Constraint: Preserve the current workspace as a single reviewable project commit while excluding local agent state and verification artifacts. Removed stale Univer runtime dependencies from the lockfile so installs match package.json. Rejected: Commit runtime screenshots, .omx state, and coverage files | they are local artifacts rather than source state. Confidence: medium Scope-risk: broad Directive: Keep package.json and package-lock.json synchronized when changing frontend dependencies. Tested: npm run build; C:\Users\ydy\.conda\envs\llmwebsite\python.exe -m pytest backend/tests/test_main_endpoints.py backend/tests/test_main_cancel.py backend/tests/test_llm.py backend/tests/test_llm_extended.py -v -o addopts= (44 passed). Not-tested: Full pytest with repository coverage addopts currently reports 0% coverage because pytest-cov watches backend.* module names while tests import top-level backend modules. Co-authored-by: OmX <omx@oh-my-codex.dev>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "llm-in-text",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "echo 'No tests configured yet'",
|
|
"check": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/xl-docx-exporter": "^0.47.3",
|
|
"@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",
|
|
"docx": "^9.6.0",
|
|
"docx-preview": "^0.3.7",
|
|
"docx2pdf-converter": "^2.1.1",
|
|
"html2pdf.js": "^0.14.0",
|
|
"jspdf": "^4.2.1",
|
|
"katex": "^0.16.9",
|
|
"markdown-it": "^13.0.0",
|
|
"markdown-it-math": "^3.0.2",
|
|
"mermaid": "^11.12.3",
|
|
"pinia": "^2.3.1",
|
|
"prismjs": "^1.29.0",
|
|
"tui-color-picker": "^2.2.8",
|
|
"tui-image-editor": "^3.15.3",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/language-server": "^3.2.6",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|