{
  "name": "vue-yup-form-validation",
  "version": "0.0.19",
  "description": "Simple Vue + Yup Form Validation",
  "main": "dist/index.js",
  "types": "src/types/index.d.ts",
  "files": [
    "dist",
    "src",
    "nuxt"
  ],
  "scripts": {
    "test": "exit 0;",
    "storybook": "start-storybook",
    "precommit": "lint-staged",
    "build": "webpack --config webpack.config.js",
    "example:vue2": "poi -s examples/vue2/index.js"
  },
  "lint-staged": {
    "src/**/*.js": [
      "prettier --single-quote --write",
      "git add"
    ],
    "examples/**/*.js": [
      "prettier --single-quote --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/james-ingold/vue-yup-form-validation.git"
  },
  "keywords": [
    "vue",
    "querystring",
    "state",
    "sync"
  ],
  "author": "James Ingold",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/james-ingold/vue-yup-form-validation/issues"
  },
  "homepage": "https://github.com/james-ingold/vue-yup-form-validation#readme",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@storybook/addon-notes": "^5.1.10",
    "@storybook/vue": "^5.1.10",
    "babel-loader": "^8.0.6",
    "babel-preset-vue": "^2.0.2",
    "cross-env": "^5.2.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "husky": "^3.0.2",
    "lint-staged": "^9.2.1",
    "poi": "^12.7.1",
    "prettier": "^1.18.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "vue": "^2.6.10",
    "vue-html-loader": "^1.2.4",
    "vue-loader": "^15.7.1",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.6.10",
    "vuex": "^3.1.1",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.6"
  },
  "peerDependencies": {
    "vue": "^2.6.10"
  },
  "dependencies": {
    "yup": "^0.31.1"
  }
}
