UNPKG

generator-antd-custom

Version:

generator-antd-custom脚手架,快速搭建新项目

46 lines (45 loc) 1.08 kB
{ "name": "generator-antd-custom", "version": "2.1.4", "description": "generator-antd-custom脚手架,快速搭建新项目", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "cfe": "./bin/cfe.js" }, "react:app": { "resolved": "./tpl/react-tpl.js", "namespace": "react:app" }, "repository": { "type": "git", "url": "git+https://github.com/ctq123/generator-antd-custom.git" }, "keywords": [ "cli", "脚手架", "antd-custom", "antd-custom-tpl", "yeoman-generator" ], "author": "ctq123", "license": "ISC", "bugs": { "url": "https://github.com/ctq123/generator-antd-custom/issues" }, "homepage": "https://github.com/ctq123/generator-antd-custom#readme", "dependencies": { "chalk": "^2.4.2", "import-from": "^3.0.0", "inquirer": "^7.0.0", "mkdirp": "^0.5.1", "ora": "^4.0.2", "osenv": "^0.1.5", "resolve-from": "^5.0.0", "shelljs": "^0.8.3", "yeoman-environment": "^2.6.0", "yeoman-generator": "^4.2.0" } }