Files
fzu-product/package.json
2023-11-12 23:52:04 +08:00

30 lines
993 B
JSON

{
"scripts": {
"docs:dev": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress dev --host",
"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.4",
"@jupyterlab/mathjax2": "^3.6.6",
"@jupyterlab/theme-light-extension": "^4.0.8",
"@vercel/analytics": "^1.1.1",
"@vueuse/core": "^10.6.0",
"canvas-confetti": "^1.9.0",
"markdown-it": "^13.0.2",
"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.6.1",
"unplugin-vue-macros": "^2.6.2",
"vitepress": "^1.0.0-rc.25",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13",
"@vitejs/plugin-vue": "^4.4.1"
}
}