chore: devDependencies

This commit is contained in:
camera-2018
2023-09-27 19:08:57 +08:00
parent c6e50aa3a9
commit d9bba92e60
2 changed files with 128 additions and 53 deletions

View File

@@ -1,18 +1,18 @@
{
"scripts": {
"docs:dev": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress dev",
"docs:dev": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress dev --host --open",
"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.5",
"@jupyterlab/mathjax2": "^3.6.6",
"@jupyterlab/theme-light-extension": "^4.0.6",
"@vercel/analytics": "^1.0.2",
"@vueuse/core": "^10.4.1",
"canvas-confetti": "^1.6.0",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-pangu": "^1.0.2",
"sitemap": "^7.1.1"
},
@@ -21,8 +21,8 @@
"cross-env": "^7.0.3",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.4.0",
"unplugin-vue-macros": "^2.5.1",
"vitepress": "^1.0.0-rc.15",
"unplugin-vue-macros": "^2.6.0",
"vitepress": "^1.0.0-rc.20",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
}
}