{
  "name": "pf-ui-20200812",
  "version": "0.0.2",
  "description": "a UI framework",
  "main": "dist/index.js",
  "scripts": {
    "dev": "npx parcel index.html --no-cache",
    "dev-test": "parcel watch test/* --no-cache & karma start",
    "test": "parcel build test/* --no-minify && karma start --single-run",
    "publish": "npm publish",
    "build": "npx parcel build index.js --no-minify",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "sh deploy.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Polly-foz/PF-UI.git"
  },
  "keywords": [
    "vue",
    "ui"
  ],
  "author": "polly-foz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Polly-foz/PF-UI/issues"
  },
  "homepage": "https://github.com/Polly-foz/PF-UI#readme",
  "dependencies": {
    "vue": "^2.6.11",
    "vue-hot-reload-api": "^2.3.4"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^3.1.1",
    "chai": "^4.2.0",
    "chai-spies": "^1.0.0",
    "karma": "^5.0.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": "^7.1.1",
    "node-sass": "^4.14.1",
    "parcel-bundler": "^1.12.4",
    "sass": "^1.26.3",
    "sass-loader": "^10.0.1",
    "sinon": "^9.0.2",
    "sinon-chai": "^3.5.0",
    "vue-server-renderer": "2.6.11",
    "vue-template-compiler": "^2.6.11",
    "vuepress": "^1.5.4"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  }
}
