1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-01-10 19:48:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
notes/package.json

24 lines
504 B
JSON
Raw Normal View History

2021-12-06 00:20:16 +08:00
{
"name": "vuepress",
"version": "1.0.0",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.27",
"vuepress": "^2.0.0-beta.27"
},
"dependencies": {
"markdown-it-disable-url-encode": "^1.0.1",
"markdown-it-latex2img": "^0.0.6",
"markdown-it-mathjax3": "^3.0.0-0"
}
}