jingji_reference/package.json
狮子耗耗 b28f1476f7 回退 VuePress Theme Hope 版本
回退 VuePress Theme Hope 至 2.0.0-beta.234
2024-02-09 09:40:48 +08:00

23 lines
551 B
JSON

{
"name": "jingji_tsreference_vue",
"version": "3.0.0",
"description": "jingji_TSreference_vue",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.66",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.66",
"vuepress-theme-hope": "2.0.0-beta.234"
},
"volta": {
"node": "20.11.0"
}
}