{
  "name": "vuetify-loader",
  "version": "1.6.0",
  "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": {
    "file-loader": "^4.0.0",
    "loader-utils": "^1.2.0"
  },
  "devDependencies": {
    "gm": "^1.23.1",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10",
    "vuetify": "^2.0.0",
    "webpack": "^4.37.0"
  },
  "peerDependencies": {
    "vue-template-compiler": "^2.6.10",
    "vuetify": "^1.3.0 || ^2.0.0",
    "webpack": "^4.0.0"
  },
  "optionalPeerDependencies": {
    "gm": "^1.23.0",
    "pug": "^2.0.0",
    "sharp": "^0.21.0"
  }
}
