@modyo/cli
Version:
Modyo Command Line Interface
85 lines (84 loc) • 2.01 kB
JSON
{
"name": "@modyo/cli",
"version": "1.2.5",
"description": "Modyo Command Line Interface",
"license": "MIT",
"contributors": [
{
"name": "Pablo Ortega",
"email": "portega@modyo.com",
"url": "https://modyo.com/"
},
{
"name": "Juan Cristobal Pazos",
"email": "jcrip@modyo.com",
"url": "https://modyo.com/"
},
{
"name": "Jorge Saud",
"email": "jsaud@modyo.com",
"url": "https://modyo.com/"
}
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/modyo/modyo-cli.git"
},
"keywords": [
"modyo",
"widgets",
"cli",
"spa"
],
"scripts": {
"lint": "eslint ."
},
"bin": {
"modyo-cli": "bin/modyo-cli"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"acorn": "^6.3.0",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"caporal": "^1.3.0",
"chalk": "^2.3.2",
"cheerio": "^1.0.0-rc.3",
"child_process": "^1.0.2",
"config": "^3.2.2",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-vue": "^5.2.3",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-root-plugin": "^0.10.0",
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"mustache": "^3.0.2",
"node-fetch": "^2.6.0",
"open": "^6.0.0",
"react-dev-utils": "^9.0.3",
"rimraf": "^3.0.0",
"sanitizer": "^0.1.3",
"vue-eslint-parser": "^6.0.4",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.10.1",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
}
}