{
  "name": "vuterial",
  "version": "0.1.24",
  "description": "Vue Components  Material Components for the Web",
  "author": "coppieee",
  "scripts": {
    "serve": "vue-cli-service serve",
    "test:unit": "vue-cli-service test:unit",
    "lint": "vue-cli-service lint",
    "build-bundle": "run-s build-lib build-type",
    "build-docs": "cross-env BUILD_TARGET=docs vue-cli-service build --dest docs",
    "build-lib": "cross-env BUILD_TARGET=lib vue-cli-service build --target lib --name vuterial ./src/components/index.ts",
    "build-type": "tsc --emitDeclarationOnly --declaration -P tsconfig.types.json",
    "lint-production": "vue-cli-service lint --mode production",
    "precommit": "lint-staged"
  },
  "main": "dist/vuterial.common.js",
  "unpkg": "./dist/vuterial.umd.min.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "core-js": "^3.6.5"
  },
  "devDependencies": {
    "@material/list": "^1.0.0",
    "@types/chai": "^4.1.0",
    "@types/mocha": "^5.2.4",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "@vue/cli-plugin-babel": "^4.5.13",
    "@vue/cli-plugin-eslint": "^4.5.13",
    "@vue/cli-plugin-typescript": "^4.5.13",
    "@vue/cli-plugin-unit-mocha": "^4.5.12",
    "@vue/cli-service": "^4.5.13",
    "@vue/eslint-config-typescript": "^7.0.0",
    "@vue/test-utils": "^1.2.0",
    "babel-eslint": "^10.0.1",
    "chai": "^4.1.2",
    "cross-env": "^7.0.3",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "husky": "^1.3.1",
    "lint-staged": "^11.0.0",
    "material-components-web": "^1.0.0",
    "node-sass": "^4.14.1",
    "npm-run-all": "^4.1.5",
    "postcss-nesting": "^7.0.0",
    "sass-loader": "^10.1.1",
    "typescript": "^4.2.4",
    "vue": "^2.6.12",
    "vue-class-component": "^7.2.6",
    "vue-property-decorator": "^8.5.1",
    "vue-router": "^3.5.1",
    "vue-template-compiler": "^2.6.12"
  },
  "peerDependencies": {
    "vue": "^2.6.12",
    "vue-router": "^3.5.1"
  },
  "bugs": {
    "url": "https://github.com/coppieee/vuterial/issues"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jsdelivr": "./dist/vuterial.umd.min.js",
  "keywords": [
    "vue",
    "vuejs",
    "material",
    "components",
    "mdc",
    "typescript"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.ts": [
      "eslint --fix",
      "git add"
    ],
    "*.vue": [
      "eslint --fix",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coppieee/vuterial.git"
  },
  "typings": "dist/types/index.d.ts"
}
