{ "name": "my-repos", "version": "1.0.0", "description": "Charles's personal knowledge repositories.", "main": "index.js", "author": "Charles7c", "license": "MIT", "scripts": { "dev": "node collect-article-data.mjs && vitepress dev docs", "build": "node collect-article-data.mjs && vitepress build docs", "serve": "vitepress serve docs" }, "devDependencies": { "unplugin-vue-components": "^0.22.4", "vitepress": "^1.0.0-alpha.8", "vue": "^3.2.37" }, "dependencies": { "@antv/g2plot": "^2.4.20", "@arco-design/web-vue": "^2.35.0", "blueimp-md5": "^2.19.0", "dayjs": "^1.11.4", "fast-glob": "^3.2.11", "gitalk": "^1.7.2", "gray-matter": "^4.0.3", "jquery": "^3.6.0" }, "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" } }