更新博客内容

This commit is contained in:
2025-02-22 19:54:50 +08:00
parent a1a4d970af
commit bfc428b237
90 changed files with 3370 additions and 8638 deletions
+19 -22
View File
@@ -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"
}
}