更新博客内容
This commit is contained in:
+19
-22
@@ -1,24 +1,21 @@
|
||||
{
|
||||
"name": "MyBlog",
|
||||
"version": "1.0.0",
|
||||
"description": "My Blog and NoteBook",
|
||||
"main": "index.js",
|
||||
"author": "Neo Jin",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "set NODE_OPTIONS=--openssl-legacy-provider & vuepress dev docs",
|
||||
"build": "set NODE_OPTIONS=--openssl-legacy-provider & vuepress build docs",
|
||||
"clean": "rimraf ./dist && echo 'Contents cleaned!'",
|
||||
"test": "yarn build && yarn clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdown-it-mathjax3": "^4.3.2"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"devDependencies": {
|
||||
"markdown-it-mathjax3": "^4.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"vuepress": "^1.9.10"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user