26 lines
839 B
JSON
26 lines
839 B
JSON
{
|
|
"scripts": {
|
|
"docs:dev": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress dev",
|
|
"docs:build": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress build",
|
|
"docs:preview": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-python": "^6.1.3",
|
|
"@codemirror/lang-sql": "^6.5.2",
|
|
"@jupyterlab/mathjax2": "^3.6.5",
|
|
"@jupyterlab/theme-light-extension": "^4.0.3",
|
|
"@vueuse/core": "^10.3.0",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-pangu": "^1.0.2",
|
|
"sitemap": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mermaid-js/mermaid-mindmap": "^9.3.0",
|
|
"cross-env": "^7.0.3",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"mermaid": "^10.3.0",
|
|
"vitepress": "^1.0.0-beta.7",
|
|
"vitepress-plugin-mermaid": "^2.0.13"
|
|
}
|
|
}
|