{
  "name": "zch-gulu",
  "version": "0.1.1",
  "main": "dist/index.js",
  "repository": "git@github.com:zch233/zch-ui.git",
  "bugs": {
    "url": "https://github.com/zch233/zch-ui/issues"
  },
  "homepage": "https://github.com/zch233/zch-ui/blob/master/README.md",
  "author": "zhangchao <529743595@qq.com>",
  "license": "MIT",
  "scripts": {
    "start": "parcel index.html --no-cache",
    "dev-test1": "parcel watch test/* --no-cache",
    "dev-test2": "karma start",
    "test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
    "build": "parcel build index.js --no-cache --no-minify",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "dependencies": {
    "velocity-animate": "^1.5.2",
    "vue": "^2.6.10",
    "vue-hot-reload-api": "^2.3.4"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^3.0.2",
    "@vuepress/plugin-active-header-links": "^1.4.1",
    "@vuepress/plugin-back-to-top": "^1.4.1",
    "@vuepress/plugin-nprogress": "^1.4.1",
    "chai": "^4.2.0",
    "highlight.js": "^10.0.0",
    "karma": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^6.2.2",
    "parcel": "^1.12.4",
    "sass": "^1.23.3",
    "sass-loader": "^8.0.2",
    "sinon": "^7.5.0",
    "sinon-chai": "^3.3.0",
    "vue-template-compiler": "^2.6.10",
    "vuepress": "^1.4.1"
  }
}
