{
  "name": "vuetify-loader",
  "version": "1.9.2",
  "description": "A Webpack plugin for treeshaking Vuetify components and more",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuetifyjs/vuetify-loader/issues"
  },
  "homepage": "https://github.com/vuetifyjs/vuetify-loader#readme",
  "dependencies": {
    "acorn": "^8.4.1",
    "acorn-walk": "^8.2.0",
    "decache": "^4.6.0",
    "file-loader": "^6.2.0",
    "loader-utils": "^2.0.0"
  },
  "peerDependencies": {
    "gm": "^1.23.0",
    "pug": "^2.0.0 || ^3.0.0",
    "sharp": "*",
    "vue": "^2.7.2",
    "vuetify": "^1.3.0 || ^2.0.0",
    "webpack": "^4.0.0 || ^5.0.0"
  },
  "peerDependenciesMeta": {
    "gm": {
      "optional": true
    },
    "pug": {
      "optional": true
    },
    "sharp": {
      "optional": true
    }
  },
  "devDependencies": {
    "gm": "^1.23.1",
    "sharp": "^0.27.0",
    "vue": "^2.7.2",
    "vuetify": "^2.6.6"
  }
}
