1 Star 1 Fork 0

pipe/rollup_dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
pipe 提交于 2021-09-24 17:34 . add:打包第三方库
{
"name": "rollup_dev",
"version": "1.0.0",
"description": "构建工具",
"main": "rollup.config.js",
"scripts": {
"build": "rollup --config",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/pipepandafeng/rollup_dev.git"
},
"author": "pipe",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"babel-plugin-external-helpers": "^6.22.0"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pipepandafeng/rollup_dev.git
git@gitee.com:pipepandafeng/rollup_dev.git
pipepandafeng
rollup_dev
rollup_dev
master

搜索帮助