blob: 52e995e61e444d9bd6a71033cc91630e385ee6e2 [file] [log] [blame]
{
"name": "vuepress-homepage",
"version": "0.0.1",
"description": "Generate your homepage with VuePress",
"author": "Fing <mtobeiyf@163.com>",
"repository": "https://github.com/mtobeiyf/vuepress-homepage.git",
"scripts": {
"clean": "rimraf dist/*",
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^0.14.9"
},
"dependencies": {
"markdown-it": "^8.4.1",
"markdown-it-emoji": "^1.4.0",
"markdown-it-katex": "^2.0.3"
}
}