* 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
21 lines
654 B
JSON
21 lines
654 B
JSON
{
|
|
"name": "bilibili-api-collect",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/SocialSisterYi/bilibili-API-collect.git",
|
|
"author": "SocialSisterYi <1440239038@qq.com>",
|
|
"license": "CC-BY-NC-4.0",
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "NODE_OPTIONS='--max-old-space-size=8192' vuepress build"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|