{
  "name": "vue-final-modal-type",
  "version": "2.4.2",
  "description": "Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.",
  "private": false,
  "main": "dist/VueFinalModal.umd.js",
  "module": "dist/VueFinalModal.esm.js",
  "jsnext:main": "dist/VueFinalModal.esm.js",
  "unpkg": "dist/VueFinalModal.umd.js",
  "jsdelivr": "dist/VueFinalModal.umd.js",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "dist",
    "types",
    "vetur"
  ],
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "dev": "rollup -c -w --environment BUILD:production",
    "dev:example": "yarn --cwd example dev",
    "dev:docs": "yarn --cwd docs dev",
    "test": "jest",
    "lint": "eslint -c .eslintrc.js --fix --ext .js,.vue docs example lib tests",
    "coveralls": "jest && cat ./coverage/lcov.info | coveralls"
  },
  "devDependencies": {
    "@atomico/rollup-plugin-sizes": "^1.1.4",
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/test-utils": "^1.1.2",
    "autoprefixer": "^9.8.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^24.9.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.23.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-vue": "^7.8.0",
    "jest": "^24.9.0",
    "lint-staged": "^10.5.4",
    "rollup": "^2.52.3",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-vue": "^5.1.9",
    "vue": "^2.6.14",
    "vue-jest": "^3.0.5",
    "vue-template-compiler": "^2.6.14",
    "yorkie": "^2.0.0"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "yarn lint"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-final/vue-final-modal.git"
  },
  "author": "Hunter Liu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vue-final/vue-final-modal/issues"
  },
  "homepage": "https://vue-final-modal.org",
  "keywords": [
    "vue",
    "nuxt",
    "modal",
    "dialog",
    "v-modal",
    "vue-final-modal",
    "vue-modal",
    "vue-dialog",
    "vue-component"
  ],
  "vetur": {
    "tags": "vetur/tags.json",
    "attributes": "vetur/attributes.json"
  },
  "peerDependencies": {
    "vue": "^2.6.14"
  }
}
