mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
442 B
19 lines
442 B
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"lunaria:build": "lunaria build",
|
|
"lunaria:open": "open-cli .vitepress/dist/_translations/index.html"
|
|
},
|
|
"devDependencies": {
|
|
"@lunariajs/core": "^0.1.1",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"open-cli": "^8.0.0",
|
|
"vitepress": "workspace:*"
|
|
}
|
|
}
|