UNPKG

qb-clio

Version:

qb-cli 脚手架,仅有vue模板

42 lines (41 loc) 906 B
{ "name": "qb-clio", "version": "1.0.4", "description": "qb-cli 脚手架,仅有vue模板", "main": "index.js", "bin": { "qbffcli": "./bin/index.js" }, "repository": { "type": "git", "url": "" }, "homepage": "", "scripts": { "patch": "relix --patch" }, "keywords": [ "qb-cli", "脚手架" ], "author": "wangzan@zj.tech", "license": "ISC", "dependencies": { "chalk": "^4.1.0", "clear": "^0.1.0", "commander": "^6.1.0", "download-git-repo": "^3.0.2", "figlet": "^1.5.0", "fs-extra": "^9.0.1", "handlebars": "^4.7.6", "inquirer": "^7.3.3", "log-symbols": "^4.0.0", "ora": "^5.1.0", "relix": "^1.3.0" }, "template": { "vue": "https://gitlab.szzhijing.com:chengshihao/qb-pc-cli", "react": "https://gitee.com:ycwdss/webpack-react", "react-ts": "https://gitee.com:ycwdss/webpack-react-ts" } }