{
  "name": "@pitcher/pitcherify",
  "version": "0.34.2",
  "description": "Pitcher Custom Vuetify Theme & Components",
  "author": "Pitcher AG",
  "license": "MIT",
  "main": "src",
  "module": "src",
  "scripts": {
    "prod": "node build/generate-api.js",
    "prod:cdn": "node build/build-cdn.js",
    "build:cdn-css": "vue-cli-service build --dest dist/cdn build/utils/vue-app-css.js --target lib --name pitcherify@$npm_package_version --formats=umd --skip-plugins @vue/cli-plugin-eslint",
    "build:cdn-js": "rollup -c",
    "lint": "eslint --fix src",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:unit-update": "jest --updateSnapshot",
    "test:unit-coverage": "jest --coverage"
  },
  "files": [
    "src",
    "build"
  ],
  "dependencies": {
    "dompurify": "3.0.6",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "vuedraggable": "^2.24.3"
  },
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@pitcher/core": "0.50.0",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/composition-api": "^1.0.0-rc.1",
    "glob": "^7.1.6",
    "lodash": "^4.17.21",
    "rollup-plugin-scss": "3",
    "rollup-plugin-vue": "5.1.6",
    "sass": "^1.44.0",
    "sass-loader": "^10.1.1",
    "timezoned-date": "^3.0.2",
    "vue": "^2.6.12",
    "vue-cli-plugin-vuetify": "^2.0.7",
    "vue-docgen-api": "^4.35.0",
    "vue-template-compiler": "^2.6.12",
    "vuetify": "^2.6.2",
    "vuetify-loader": "^1.6.0",
    "webpack": "^4.3.0",
    "yarn": "^1.22.10"
  },
  "peerDependencies": {
    "@pitcher/core": "^0.1.1",
    "@vue/composition-api": ">= 1.0.0-rc.1",
    "vue": ">= 2.6.12",
    "vuetify": ">= 2.4.2"
  },
  "vetur": {
    "tags": "build/tags.json",
    "attributes": "build/attributes.json"
  },
  "gitHead": "8f84ccea1976c18a5fb509148ce8c56facff048a"
}
