{
  "name": "@rocka/muse-ui",
  "version": "3.0.10",
  "description": "material design ui for vue2",
  "author": "myronliu347 <myronliu347@gmail.com>",
  "repository": "https://github.com/museui/muse-ui.git",
  "main": "dist/muse-ui.common.js",
  "module": "dist/muse-ui.esm.js",
  "unpkg": "dist/muse-ui.js",
  "jsdelivr": "dist/muse-ui.js",
  "typings": "types/index.d.ts",
  "files": [
    "dist",
    "lib",
    "src",
    "types"
  ],
  "scripts": {
    "dev": "NODE_ENV=normal parcel demo/index.html",
    "build": "npm run build:dist && npm run build:lib",
    "build:dist": "rollup --config rollup.config.js",
    "build:lib": "babel src -d lib --ignore *.spec.js && mkdir lib/styles && cp -rf src/styles/* lib/styles",
    "lint": "eslint --ext .js,.vue src",
    "test": "jest -i",
    "test:coverage": "jest -i --coverage"
  },
  "husky": {
    "hooks": {
      "pre-push": "yarn run lint",
      "commit": "npx git-cz",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "peerDependencies": {
    "vue": "^2.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "@babel/preset-env": "^7.4.5",
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@vue/component-compiler-utils": "^3.0.0",
    "autoprefixer": "^9.5.1",
    "avoriaz": "^6.3.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.8.0",
    "babel-plugin-istanbul": "^5.1.4",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.2.2",
    "husky": "^2.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "jest-serializer-html": "^7.0.0",
    "less": "^3.9.0",
    "postcss-import": "^12.0.1",
    "postcss-modules": "^1.4.1",
    "postcss-url": "^8.0.0",
    "rollup": "^1.12.4",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-babel-minify": "^8.0.0",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-replace": "^2.2.0",
    "vue": "^2.6.10",
    "vue-jest": "^3.0.4",
    "vue-router": "^3.0.6",
    "vue-template-compiler": "^2.6.10"
  },
  "dependencies": {
    "body-scroll-lock": "^2.6.1",
    "dayjs": "^1.8.14",
    "keycode": "^2.1.9",
    "normalize-wheel": "^1.0.1",
    "resize-observer-polyfill": "^1.5.1",
    "vue-hot-reload-api": "^2.3.3"
  }
}
