Files
thejinchao.github.io/package.json
T
2025-02-22 20:28:06 +08:00

24 lines
649 B
JSON

{
"name": "my-blog",
"version": "1.0.0",
"description": "My blog and notebook",
"main": "index.js",
"author": "thejinchao",
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.19",
"@vuepress/plugin-markdown-image": "^2.0.0-rc.78",
"@vuepress/plugin-markdown-math": "^2.0.0-rc.78",
"@vuepress/theme-default": "^2.0.0-rc.78",
"mathjax-full": "^3.2.2",
"sass-embedded": "^1.85.0",
"vuepress": "^2.0.0-rc.19"
},
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:update-package": "yarn dlx vp-update"
}
}