{
  "name": "wheelhub",
  "version": "1.0.0",
  "description": "基于 VUE2 搭建的 UI 框架",
  "main": "dist/index.js",
  "scripts": {
    "dev": "parcel index.html",
    "test": "rm -rf dist && parcel build test/* --no-minify --no-cache && karma start --single-run",
    "build": "rm -rf dist && parcel build index.html --no-minify",
    "watch-test": "parcel watch test/* --no-cache & karma start",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Leslie-LiangGangwei/WheelHub.git"
  },
  "keywords": [
    "VUE",
    "UI"
  ],
  "author": "Leslie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Leslie-LiangGangwei/WheelHub/issues"
  },
  "homepage": "https://github.com/Leslie-LiangGangwei/WheelHub#readme",
  "dependencies": {
    "node-sass": "npm:sass",
    "sass-loader": "^7.0.1",
    "scss": "^0.2.4",
    "vue": "2.6.14",
    "vue-hot-reload-api": "^2.3.4"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^3.2.0",
    "chai": "^4.3.4",
    "chai-spies": "^1.0.0",
    "karma": "^6.3.2",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^8.3.2",
    "parcel-bundler": "^1.12.5",
    "sinon": "^10.0.0",
    "sinon-chai": "^3.6.0",
    "vue-template-compiler": "2.6.14",
    "vuepress": "^0.13.1"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  }
}
