Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-ZhenXing committed May 27, 2024
1 parent f5005f3 commit ea84342
Show file tree
Hide file tree
Showing 114 changed files with 15,140 additions and 5,588 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"yzhang.markdown-all-in-one",
"dbaeumer.vscode-eslint",
"antfu.iconify",
"vstirbu.vscode-mermaid-preview",
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
"bierner.markdown-mermaid"
]
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"build": "vuepress build src",
"dev": "vuepress dev src --open",
"dev": "vuepress dev src",
"clean-dev": "vuepress dev src --clean-cache",
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
Expand All @@ -16,32 +16,32 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@algolia/client-search": "^4.22.1",
"@antfu/eslint-config": "^2.6.4",
"@eslint/eslintrc": "^3.0.2",
"@types/node": "^20.11.24",
"@vue/repl": "^4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/plugin-docsearch": "2.0.0-rc.18",
"@vuepress/plugin-pwa": "2.0.0-rc.18",
"@algolia/client-search": "^4.23.3",
"@antfu/eslint-config": "^2.19.0",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^20.12.12",
"@vue/repl": "^4.2.0",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.28",
"@vuepress/plugin-pwa": "2.0.0-rc.28",
"echarts": "^5.5.0",
"eslint": "^8.57.0",
"eslint-plugin-markdownlint": "^0.5.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-perfectionist": "^2.10.0",
"flowchart.ts": "^3.0.0",
"github-slugger": "^2.0.0",
"katex": "^0.16.9",
"lint-staged": "^15.2.2",
"markmap-lib": "^0.16.0",
"markmap-toolbar": "^0.16.0",
"markmap-view": "^0.16.0",
"mermaid": "^10.8.0",
"katex": "^0.16.10",
"lint-staged": "^15.2.5",
"markmap-lib": "^0.17.0",
"markmap-toolbar": "^0.17.0",
"markmap-view": "^0.17.0",
"mermaid": "^10.9.1",
"remarkable-katex": "^1.2.1",
"reveal.js": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.27"
"reveal.js": "^5.1.0",
"simple-git-hooks": "^2.11.1",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.43"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit ea84342

Please sign in to comment.