{
  "name": "webpack-plugin-vuetify",
  "version": "2.0.1",
  "description": "A Webpack plugin for treeshaking Vuetify components and more",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
  },
  "scripts": {
    "build": "tsc --outdir dist",
    "dev": "yarn run build --watch"
  },
  "author": "Kael Watts-Deuchar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuetifyjs/vuetify-loader/issues"
  },
  "homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/webpack-plugin",
  "dependencies": {
    "@vuetify/loader-shared": "^1.7.1",
    "decache": "^4.6.0",
    "file-loader": "^6.2.0",
    "find-cache-dir": "^3.3.2",
    "loader-utils": "^2.0.0",
    "mkdirp": "^1.0.4",
    "null-loader": "^4.0.1",
    "upath": "^2.0.1"
  },
  "peerDependencies": {
    "@vue/compiler-sfc": "^3.2.6",
    "vuetify": "^3.0.0-beta.4",
    "webpack": "^5.0.0"
  },
  "optionalPeerDependencies": {
    "gm": "^1.23.0",
    "pug": "^2.0.0",
    "sharp": "^0.21.0"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a028a4b981c46795dde2e7004427e365452e0c82"
}
