yun-cli
Version:
A simple CLI for scaffolding Vue.js projects with yun-ui.
88 lines (87 loc) • 2.41 kB
JSON
{
"name": "yun-cli",
"version": "0.0.2",
"author": "haoyang_hu <hhyuestc@gmail.com>",
"description": "A simple CLI for scaffolding Vue.js projects with yun-ui.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"bin": {
"yun": "bin/yun",
"yun-init": "bin/yun-init"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yun-ui/yun-cli.git"
},
"keywords": [
"yun-ui",
"cli"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/yun-ui/yun-cli/issues"
},
"homepage": "https://github.com/yun-ui/yun-cli#readme",
"dependencies": {
"async": "^2.0.0-rc.2",
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-vue-app": "^0.4.0",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"connect-history-api-fallback": "^1.3.0",
"consolidate": "^0.14.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"download-git-repo": "^0.2.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.1.2",
"handlebars": "^4.0.5",
"html-webpack-plugin": "^2.26.0",
"http-proxy-middleware": "^0.17.3",
"inquirer": "^0.12.0",
"installed-by-yarn-globally": "^0.1.1",
"metalsmith": "^2.1.0",
"minimatch": "^3.0.0",
"multimatch": "^2.1.0",
"opn": "^4.0.2",
"ora": "^0.2.1",
"post-compile-webpack-plugin": "^0.1.0",
"postcss-loader": "^1.2.1",
"read-metadata": "^1.0.0",
"request": "^2.67.0",
"rimraf": "^2.5.0",
"semver": "^5.1.0",
"tildify": "^1.2.0",
"url-loader": "^0.5.7",
"user-home": "^2.0.0",
"validate-npm-package-name": "^2.2.2",
"vue": "^2.1.10",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0",
"webpack-merge": "^2.3.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"chai": "^3.5.0",
"cross-env": "^1.0.7",
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"execa": "^0.5.0",
"mocha": "^2.4.5"
}
}