{
  "name": "yz-ui",
  "version": "0.0.2",
  "description": "这是一个Vue Ui 组件库",
  "main": "dist/index.js",
  "repository": "git@github.com:381924237/yz-ui.git",
  "author": "xzy",
  "license": "MIT",
  "scripts": {
    "dev": "parcel index.html --no-cache",
    "watch": "parcel watch test/* --no-cache",
    "test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "dependencies": {
    "vue": "^2.6.9",
    "vue-hot-reload-api": "^2.3.3"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^2.6.0",
    "chai": "^4.2.0",
    "chai-spies": "^1.0.0",
    "karma": "^4.0.1",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^6.0.2",
    "node-sass": "^4.11.0",
    "parcel-bundler": "^1.12.2",
    "sass": "^1.17.2",
    "sass-loader": "^7.1.0",
    "sinon": "^7.2.7",
    "sinon-chai": "^3.3.0",
    "vue-template-compiler": "^2.6.9",
    "vuepress": "^0.14.10"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  },
  "resolutions": {
    "webpack-dev-middleware": "3.6.0"
  }
}
