{
  "name": "vuejs-wheel",
  "version": "0.0.6",
  "description": "A vuejs ui wheel",
  "main": "dist/vuejs-wheel.umd.js",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name vuejs-wheel src/index.js",
    "lint": "vue-cli-service lint",
    "test": "cross-env BABEL_ENV=test karma start --single-run",
    "test:unit": "vue-cli-service test:unit -w",
    "dev-test": "karma start",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "commit": "git-cz"
  },
  "author": "star",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xingxinglail/vuejs-wheel/issues"
  },
  "homepage": "https://github.com/xingxinglail/vuejs-wheel#readme",
  "dependencies": {
    "core-js": "^2.6.5",
    "dayjs": "^1.8.16",
    "normalize-wheel": "^1.0.1",
    "popper.js": "^1.15.0",
    "vue": "^2.6.10",
    "vue-router": "^3.1.3"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.11.0",
    "@vue/cli-plugin-eslint": "^3.11.0",
    "@vue/cli-plugin-unit-mocha": "^3.11.0",
    "@vue/cli-service": "^3.11.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-eslint": "^10.0.1",
    "babel-plugin-istanbul": "^5.2.0",
    "chai": "^4.1.2",
    "commitizen": "^3.0.0",
    "cross-env": "^6.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "jsdom": "^15.1.1",
    "karma": "^4.3.0",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^1.1.2",
    "karma-mocha": "^1.3.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^4.0.2",
    "mocha": "^6.2.0",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.1.0",
    "sinon": "^7.4.1",
    "sinon-chai": "^3.3.0",
    "vue-template-compiler": "^2.6.10",
    "vuepress": "^1.0.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
