加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
马远征 提交于 2021-03-05 18:14 . ADD: myz-cli
{
"name": "myz-cli",
"version": "0.0.1",
"description": "",
"main": "myz",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"uglify": "uglifyjs",
"eslint": "eslint",
"http-server": "http-server"
},
"bin": {
"myz": "myz"
},
"config": {
"auther": "huatian",
"bin-name": "myz"
},
"author": "mayuanzheng",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"child_process": "^1.0.2",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^6.1.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"inquirer": "^7.3.3",
"koa": "^2.13.0",
"koa-better-http-proxy": "^0.2.5",
"koa-bodyparser": "^4.3.0",
"koa2-connect": "^1.0.2",
"koa2-cors": "^2.0.6",
"ora": "^5.0.0",
"request": "^2.88.2",
"unirest": "^0.6.0",
"upyun": "^3.4.4",
"imagemin": "^7.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpeg-recompress": "^7.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"imagemin-webp": "^6.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^4.12.1",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-scope": "^5.1.1",
"fs-extra": "^2.0.0",
"http-proxy-middleware": "^1.0.6",
"http-server": "^0.12.3",
"mockjs": "^1.1.0",
"path": "^0.12.7",
"through2": "^4.0.2",
"uglify-es": "^3.3.9",
"vinyl-fs": "^3.0.3",
"which": "^2.0.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化