{
  "name": "skui",
  "version": "0.0.5",
  "main": "dist/index.js",
  "repository": "https://github.com/kungua/lina.git",
  "author": "'kungua' <'maguahongkun@outlook.com'>",
  "license": "MIT",
  "scripts": {
    "dev-test": "parcel watch test/* --no-cache",
    "dev-test-watch": "karma start",
    "test": "parcel build test/* --no-minify && karma start --single-run",
    "dev": "npx parcel index.html --no-cache",
    "build": "npx parcel build index.js --no-minify --no-cache",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "dependencies": {
    "chai": "*",
    "chai-spies": "^1.0.0",
    "vue": "^2.6.10",
    "vue-hot-reload-api": "^2.3.3"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^3.0.0",
    "karma": "^4.2.0",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^3.0.0",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^6.1.4",
    "node-sass": "^4.12.0",
    "parcel-bundler": "^1.12.3",
    "sass": "^1.22.4",
    "sass-loader": "^7.1.0",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0",
    "vue-template-compiler": "^2.6.10",
    "vuepress": "^1.0.2"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  }
}
