{
  "name": "vkute",
  "version": "0.0.11",
  "description": "A vue component kit.",
  "main": "dist/kute.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "cross-env NODE_ENV=development webpack --config webpack.dev.config.js",
    "build": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
    "commit": "git-cz",
    "lint": "eslint src/*.js src/*.vue --cache --config .eslintrc.js --fix",
    "deploy": "git-directory-deploy --directory dev/dist --branch gh-pages"
  },
  "eslintIgnore": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/R701/kute.git"
  },
  "keywords": [
    "vue",
    "component",
    "kit",
    "library",
    "ui"
  ],
  "author": "zhanziyang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/R701/kute/issues"
  },
  "homepage": "https://github.com/R701/kute#readme",
  "devDependencies": {
    "axis": "^1.0.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-helper-vue-jsx-merge-props": "^2.0.2",
    "babel-loader": "^7.1.2",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.5.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "babel-preset-vue-app": "^1.2.1",
    "clean-webpack-plugin": "^0.1.16",
    "cross-env": "^5.1.0",
    "css-loader": "^0.28.5",
    "cssnano": "^3.10.0",
    "cssnano-preset-default": "^4.0.0-rc.2",
    "cz-conventional-changelog": "^2.0.0",
    "cz-conventional-changelog-emoji": "^0.1.0",
    "eslint": "^4.5.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-html": "^3.2.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^0.11.2",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "git-directory-deploy": "^1.5.1",
    "optimize-css-assets-webpack-plugin": "^3.1.1",
    "postcss": "^6.0.9",
    "postcss-cssnext": "^3.0.2",
    "postcss-loader": "^2.0.6",
    "pre-commit": "^1.2.2",
    "style-loader": "^0.18.2",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.1",
    "url-loader": "^0.5.9",
    "vue-loader": "^13.0.4",
    "vue-template-compiler": "^2.4.2",
    "webpack": "^3.5.5",
    "webpack-merge": "^4.1.0"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "is-css-color": "^1.0.0",
    "object-assign": "^4.1.1",
    "object.omit": "^3.0.0",
    "sortablejs": "^1.6.1",
    "v-dragged": "0.0.5",
    "vue-croppa": "^1.0.2",
    "vue-outside-events": "^1.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog-emoji"
    }
  }
}
