22 lines
537 B
JSON
22 lines
537 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": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs"
|
|
}
|
|
}
|