madp-cli1
Version:
A simple CLI for scaffolding madp projects, we provide madp-template to quickly build small and medium sized app.
79 lines (78 loc) • 2 kB
JSON
{
"name": "madp-cli1",
"version": "1.2.30",
"description": "A simple CLI for scaffolding madp projects, we provide madp-template to quickly build small and medium sized app.",
"bin": {
"madp": "./cli.js"
},
"scripts": {
"compile": "node ./lib/compile/index.js",
"version": "node ./lib/utils/version.js",
"release": "npm publish"
},
"keywords": [
"weex",
"weex ui",
"madp",
"madp app",
"vue",
"hybird app"
],
"author": "phc",
"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",
"decompress": "^4.2.0",
"echarts": "^5.0.0",
"form-data": "^4.0.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",
"jszip": "^3.10.1",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"mailgun-js": "^0.22.0",
"md5-file": "^4.0.0",
"net": "^1.0.2",
"node-localstorage": "^2.2.1",
"node-notifier": "^6.0.0",
"ora": "^4.0.3",
"plist": "^3.0.1",
"qrcode-terminal": "^0.12.0",
"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.41.6",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2",
"weex-loader": "^0.7.12",
"weex-styler": "^0.3.1",
"ws": "^7.2.1",
"yargs": "^8.0.2"
},
"devDependencies": {
"shelljs": "^0.8.5"
}
}