{
  "name": "@11ty/eleventy-plugin-vue",
  "version": "0.8.0",
  "description": "Use Vue.js single file components in Eleventy.",
  "publishConfig": {
    "access": "public"
  },
  "main": ".eleventy.js",
  "scripts": {
    "test": "ava",
    "sample": "ELEVENTY_EXPERIMENTAL=true npx @11ty/eleventy --input=test/sample"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/11ty/eleventy-plugin-vue.git"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/11ty"
  },
  "keywords": [
    "eleventy",
    "eleventy-plugin"
  ],
  "author": {
    "name": "Zach Leatherman",
    "email": "zachleatherman@gmail.com",
    "url": "https://zachleat.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/11ty/eleventy-plugin-vue/issues"
  },
  "homepage": "https://github.com/11ty/eleventy-plugin-vue#readme",
  "11ty": {
    "compatibility": ">=2.0.0"
  },
  "ava": {
    "failFast": false,
    "files": [
      "./test/*.js"
    ],
    "ignoredByWatcher": [
      "./.cache/**"
    ]
  },
  "dependencies": {
    "@11ty/eleventy-assets": "^1.0.6",
    "debug": "^4.3.4",
    "dependency-graph": "^0.11.0",
    "fast-glob": "^3.2.12",
    "lodash.merge": "^4.6.2",
    "rollup": "^2.79.1",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-vue": "^5.1.9",
    "vue": "^2.7.14",
    "vue-server-renderer": "^2.7.14",
    "vue-template-compiler": "^2.7.14"
  },
  "devDependencies": {
    "@11ty/eleventy": "^2.0.0",
    "@rollup/plugin-alias": "^3.1.9",
    "ava": "^5.2.0"
  }
}
