加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2021-04-28 10:49 . init
{
"name": "avue-plugin-print",
"version": "1.0.0",
"description": "A Magic Print plugin",
"main": "/dist/index.js",
"license": "MIT",
"scripts": {
"build": "webpack --config=config.js"
},
"author": "smallwei",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"webpack": "^4.27.0",
"webpack-cli": "^3.2.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化