1 Star 3 Fork 2

中科院软件所软件工程技术研究开发中心/RISC-V Porting Wiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
雷电暴雨 提交于 2022-12-31 19:04 . 添加 patch-package 依赖
{
"name": "rv-wiki-vuepress",
"version": "1.0.0",
"description": "RISC-V Porting Wiki",
"main": "index.js",
"author": "LightningRS",
"license": "CC-BY-SA 4.0",
"type": "module",
"devDependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-beta.51",
"@vuepress/plugin-shiki": "^2.0.0-beta.51",
"patch-package": "^6.5.0",
"vuepress": "^2.0.0-beta.51",
"vuepress-plugin-copy-code2": "^2.0.0-beta.109"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"postinstall": "patch-package"
},
"dependencies": {
"vuepress-plugin-copy-code-button": "^0.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iscastcse/riscv-porting-wiki.git
[email protected]:iscastcse/riscv-porting-wiki.git
iscastcse
riscv-porting-wiki
RISC-V Porting Wiki
master

搜索帮助