RLE-wiki/package.json

20 lines
498 B
JSON

{
"name": "rle-wiki",
"version": "1.0.0",
"description": "RLE指北",
"license": "Creative Commons BY-SA 4.0",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs"
},
"devDependencies": {
"@types/markdown-it": "^13.0.0",
"@vuepress/client": "2.0.0-beta.62",
"markdown-it-pangu": "^1.0.2",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.62",
"vuepress-theme-hope": "2.0.0-beta.219"
}
}