JSONC highlighting & Upgrade VuePress (#1091)
* chore: upgrade vuepress & jsonc highlight * fix: broken links & wrong code type * chore: test for github action * chore(vuepress-deploy.yml): node 20 * fix(config.js): missing favicon * fix: try to fix memory limit * chore(vuepress-deploy.yml): remove running repo detection * chore: use github action workflows directly * fix(vuepress-deploy.yml): use '&&' not '&' * fix(vuepress-deploy.yml): contributors * feat: remove extra emojis * feat(CONTRIBUTING.md): remove extra emojis * feat(README.md): remove extra emoji * fix(live/message_stream.md): missing end tags * fix: plain text highlight * chore: upgrade * chore: upgrade * chore: upgrade vuepress to 2.0.0-rc.21 * chore: upgrade vuepress to 2.0.0-rc.23 * chore: upgrade vuepress to 2.0.0-rc.24 * chore: upgrade github action node version to 22
This commit is contained in:
16
package.json
16
package.json
@@ -4,17 +4,17 @@
|
||||
"repository": "https://github.com/SocialSisterYi/bilibili-API-collect.git",
|
||||
"author": "SocialSisterYi <1440239038@qq.com>",
|
||||
"license": "CC-BY-NC-4.0",
|
||||
"dependencies": {
|
||||
"markdown-it-task-lists": "^2.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vuepress dev",
|
||||
"build": "vuepress build"
|
||||
"build": "NODE_OPTIONS='--max-old-space-size=8192' vuepress build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vuepress": "2.0.0-beta.67",
|
||||
"vuepress-plugin-copy-code2": "2.0.0-beta.237",
|
||||
"vuepress-vite": "2.0.0-beta.67",
|
||||
"@vuepress/plugin-search": "^2.0.0-beta.67"
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.24",
|
||||
"@vuepress/plugin-search": "^2.0.0-rc.110",
|
||||
"@vuepress/plugin-shiki": "^2.0.0-rc.110",
|
||||
"@vuepress/theme-default": "^2.0.0-rc.110",
|
||||
"markdown-it-task-lists": "^2.1.1",
|
||||
"sass-embedded": "^1.89.2",
|
||||
"vuepress": "^2.0.0-rc.24"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user