48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "charles7c-repo",
|
|
"description": "查尔斯的个人知识库,记录 & 分享个人碎片化、结构化、体系化的技术知识内容。",
|
|
"author": "Charles7c",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vitepress dev docs",
|
|
"build": "vitepress build docs",
|
|
"preview": "vitepress preview docs"
|
|
},
|
|
"devDependencies": {
|
|
"@arco-design/web-vue": "^2.44.5",
|
|
"@types/blueimp-md5": "^2.18.0",
|
|
"@types/jquery": "^3.5.16",
|
|
"markdown-it": "^13.0.1",
|
|
"mermaid": "9.3.0",
|
|
"unplugin-vue-components": "^0.24.0",
|
|
"vite": "^4.1.4",
|
|
"vitepress": "1.0.0-alpha.64",
|
|
"vitepress-plugin-mermaid": "2.0.8",
|
|
"vue": "^3.2.47"
|
|
},
|
|
"dependencies": {
|
|
"@antv/g2plot": "^2.4.25",
|
|
"axios": "^1.3.4",
|
|
"blueimp-md5": "^2.19.0",
|
|
"dayjs": "^1.11.7",
|
|
"fast-glob": "^3.2.12",
|
|
"gitalk": "^1.8.0",
|
|
"gray-matter": "^4.0.3",
|
|
"jquery": "^3.6.3",
|
|
"pagefind": "^0.12.0",
|
|
"vitepress-plugin-pagefind": "^0.1.1"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@antv/g-base": "0.5.11",
|
|
"@antv/path-util": "2.0.15"
|
|
},
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"@algolia/client-search"
|
|
]
|
|
}
|
|
}
|
|
}
|