2 Star 0 Fork 0

云之彼端有你/plugin-dumi-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
admin 提交于 2022-03-01 13:58 . feat: 删除无用的代码
{
"name": "plugin-dumi-vue",
"version": "0.0.1",
"description": "dumi支持vue",
"main": "es/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./scripts/build",
"doc:dev": "npm run build && cd example && npm run start"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ishuhao/plugin-dumi-vue.git"
},
"keywords": [
"dumi",
"vue"
],
"author": "shuhao <ishuhao12138@163.com>",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.17.5",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@vue/compiler-sfc": "^3.2.31",
"rollup": "^2.68.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-vue": "^6.0.0",
"webpack-sources": "^3.2.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ishuhao/plugin-dumi-vue.git
git@gitee.com:ishuhao/plugin-dumi-vue.git
ishuhao
plugin-dumi-vue
plugin-dumi-vue
master

搜索帮助