优化:优化 package.json 文件,去除无用配置(将 VitePress 版本升级为 v1.0.0-alpha.18)

This commit is contained in:
2022-10-02 13:27:56 +08:00
parent e631a45cdb
commit c2920fcdfd
4 changed files with 424 additions and 308 deletions

View File

@@ -1,31 +1,29 @@
{
"name": "my-repos",
"version": "1.0.0",
"description": "Charles's personal knowledge repositories.",
"main": "index.js",
"author": "Charles7c",
"license": "MIT",
"private": true,
"scripts": {
"dev": "node collect-article-data.mjs && vitepress dev docs",
"build": "node collect-article-data.mjs && vitepress build docs",
"serve": "vitepress serve docs"
},
"devDependencies": {
"@arco-design/web-vue": "^2.37.4",
"markdown-it": "^13.0.1",
"mermaid": "^9.1.7",
"unplugin-vue-components": "^0.22.7",
"vitepress": "^1.0.0-alpha.17",
"vue": "^3.2.39"
"vite": "^3.1.4",
"vitepress": "1.0.0-alpha.18",
"vitepress-plugin-mermaid": "^2.0.8",
"vitepress-plugin-search": "1.0.4-alpha.11",
"vue": "^3.2.40"
},
"dependencies": {
"@antv/g2plot": "^2.4.20",
"@arco-design/web-vue": "^2.37.3",
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.5",
"fast-glob": "^3.2.12",
"gitalk": "^1.8.0",
"gray-matter": "^4.0.3",
"jquery": "^3.6.1",
"mermaid": "^9.1.7",
"vitepress-plugin-mermaid": "^2.0.8"
"jquery": "^3.6.1"
},
"pnpm": {
"peerDependencyRules": {
@@ -33,21 +31,5 @@
"@algolia/client-search"
]
}
},
"keywords": [
"blog",
"charles7c",
"vitepress-blog",
"vitepress",
"vuepress",
"vite",
"vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Charles7c/charles7c.github.io.git"
},
"bugs": {
"url": "https://github.com/Charles7c/charles7c.github.io/issues"
}
}