{
    "name": "eeui-cli",
    "version": "2.5.3",
    "description": "A simple CLI for scaffolding eeui projects, we provide eeui-template to quickly build small and medium sized app.",
    "bin": {
        "eeui": "./cli.js"
    },
    "repository": {
        "type": "git",
        "url": "git@github.com:kuaifan/eeui-cli.git"
    },
    "scripts": {
        "compile": "node ./lib/compile/index.js",
        "version": "node ./lib/utils/version.js",
        "release": "npm publish"
    },
    "keywords": [
        "weex",
        "weex ui",
        "eeui",
        "eeui app",
        "vue",
        "hybird app"
    ],
    "author": "kuaifan",
    "license": "MIT",
    "engines": {
        "node": ">=9"
    },
    "dependencies": {
        "@babel/core": "^7.8.4",
        "@babel/preset-env": "^7.8.4",
        "@babel/preset-react": "^7.8.3",
        "ansi-html": "^0.0.7",
        "babel-loader": "^8.0.6",
        "chalk": "^3.0.0",
        "child_process": "^1.0.2",
        "chokidar": "^3.3.1",
        "compressing": "^1.5.0",
        "css-loader": "^3.6.0",
        "decompress": "^4.2.0",
        "fs-extra": "^8.1.0",
        "gauge": "^3.0.0",
        "html-entities": "^1.2.1",
        "inquirer": "^7.0.4",
        "internal-ip": "^5.0.0",
        "jsonfile": "^6.0.0",
        "lodash": "^4.17.15",
        "lru-cache": "^5.1.1",
        "mailgun-js": "^0.22.0",
        "md5-file": "^4.0.0",
        "net": "^1.0.2",
        "node-notifier": "^6.0.0",
        "ora": "^4.0.3",
        "plist": "^3.0.1",
        "postcss": "^7.0.39",
        "request": "^2.88.2",
        "shelljs": "^0.8.3",
        "sourcer": "^0.1.4",
        "style-resources-loader": "^1.3.3",
        "tmp": "^0.1.0",
        "unzipper": "^0.10.8",
        "uuid": "^7.0.1",
        "vue": "^2.6.11",
        "vue-loader": "^15.9.0",
        "vue-style-loader": "^4.1.2",
        "vue-template-compiler": "^2.6.11",
        "webpack": "^4.47.0",
        "webpack-cli": "^3.3.12",
        "webpack-merge": "^4.2.2",
        "weex-bindingx": "^0.0.49",
        "weex-loader": "^0.7.12",
        "weex-styler": "^0.3.1",
        "weex-ui": "^0.8.6",
        "ws": "^7.5.9",
        "yargs": "^8.0.2"
    }
}
