mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
design/revertible-effects and design/context-model carry real TeX that was
showing as literal $$ source. markdown: { math: true } enables
markdown-it-mathjax3; pinned ^4.3.2 deliberately — v5 injects a <style> tag
per formula (31 on one page), which Vue's template compiler rejects, so v5
cannot work under VitePress; v4 emits pure SVG (probed: 0 style tags).
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"name": "@deepseek-ai/website",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev . --port 5173 --open",
|
|
"build": "vitepress build .",
|
|
"preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"vitepress": "^1.6.3",
|
|
"vue": "^3.5.13"
|
|
}
|
|
}
|