{
  "name": "@core-ui/vuetify-form-generator",
  "description": "Vuetify Form Generator",
  "version": "0.0.11-development",
  "license": "MIT",
  "main": "dist/vuetify-form-generator.common.js",
  "module": "dist/vuetify-form-generator.esm.js",
  "unpkg": "dist/vuetify-form-generator.js",
  "jsdelivr": "dist/vuetify-form-generator.js",
  "files": [
    "src",
    "dist/*.js"
  ],
  "author": "Aldarund <shaper.int@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aldarund/vuetify-form-generator.git"
  },
  "bugs": {
    "url": "https://github.com/aldarund/vuetify-form-generator/issues"
  },
  "homepage": "https://github.com/aldarund/vuetify-form-generator#readme",
  "keywords": [
    "vue",
    "vue-component",
    "vue-library"
  ],
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production npm run build:cjs && npm run build:es && npm run build:umd:dev && npm run build:umd:prod",
    "build:cjs": "rollup -c --environment TARGET:cjs",
    "build:es": "rollup -c --environment TARGET:esm",
    "build:umd:dev": "rollup -c --environment TARGET:umd-dev",
    "build:umd:prod": "rollup -c --environment TARGET:umd-prod",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "storybook:build": "build-storybook -c .storybook -o docs/dist/stories",
    "precommit": "lint-staged",
    "cz": "git-cz",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "test": "npm run lint && jest --verbose --coverage",
    "test:update": "jest --verbose --updateSnapshot",
    "test:watch": "jest --verbose --watchAll --notify",
    "lint": "eslint --ext .js,.vue . --fix",
    "lint:fix": "eslint --ext .js,.vue . --fix",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "signature_pad": "^3.0.0-beta.3",
    "vee-validate": "^2.1.0-beta.11",
    "vue": "^2.5.17",
    "vue-signature": "^2.3.3",
    "vuetify": "^1.3.3"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/node": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "@semantic-release/changelog": "^3.0.0",
    "@semantic-release/git": "^7.0.3",
    "@semantic-release/github": "^5.0.4",
    "@semantic-release/npm": "^5.0.4",
    "@storybook/vue": "^3.4.10",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^9.0.0",
    "babel-jest": "^23.4.2",
    "babel-plugin-dynamic-import-node": "^2.1.0",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-wildcard": "^5.0.0",
    "commitizen": "^2.10.1",
    "cross-env": "^5.2.0",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^5.8.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-import-resolver-babel-module": "^5.0.0-beta.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.26.2",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-vue": "^5.0.0-beta.3",
    "husky": "^1.0.0-rc.9",
    "jest": "^23.6.0",
    "jest-serializer-html": "^5.0.0",
    "jest-serializer-vue": "^2.0.2",
    "jest-vue-preprocessor": "^1.4.0",
    "lint-staged": "^7.2.2",
    "lodash": "^4.17.11",
    "postcss-font-magician": "^2.2.1",
    "prettier": "^1.14.3",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-buble": "^0.19.4",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-filesize": "^5.0.1",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-license": "^0.7.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-postcss": "^1.6.2",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-terser": "^3.0.0",
    "rollup-plugin-vue": "4.1.4",
    "semantic-release": "^15.9.13",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2",
    "terser": "^3.10.1",
    "vue-eslint-parser": "^3.2.2",
    "vue-jest": "^3.0.0",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.17"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{js,vue}": [
      "eslint --fix",
      "git add"
    ]
  },
  "release": {
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ],
    "getLastRelease": "@semantic-release/npm",
    "publish": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ]
  }
}
