{
  "name": "honjo-ui",
  "version": "0.2.78",
  "main": "dist/honjo-ui.common.js",
  "types": "types/index.d.ts",
  "scripts": {
    "serve:dev": "vue-cli-service serve",
    "build:dev": "vue-cli-service build --dest docs",
    "build": "vue-cli-service build --target lib --name honjo-ui package/index.ts",
    "lint:dev": "vue-cli-service lint",
    "lint": "vue-cli-service lint ./package",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "ali-oss": "^6.8.0",
    "core-js": "^3.6.4",
    "tslib": "^2.5.0",
    "vue-class-component": "^7.2.3",
    "vue-property-decorator": "^8.4.1",
    "vue-router": "^3.1.6"
  },
  "peerDependencies": {
    "element-ui": "^2.13.2",
    "vue": "^2.6.11"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "@vue/cli-plugin-babel": "~4.3.0",
    "@vue/cli-plugin-eslint": "~4.3.0",
    "@vue/cli-plugin-router": "~4.3.0",
    "@vue/cli-plugin-typescript": "~4.3.0",
    "@vue/cli-service": "~4.3.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "@vue/eslint-config-typescript": "^5.0.2",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "highlight.js": "^10.0.3",
    "html-loader": "^1.1.0",
    "lint-staged": "^9.5.0",
    "markdown-loader": "^5.1.0",
    "raw-loader": "^4.0.1",
    "sass": "^1.26.3",
    "sass-loader": "^8.0.2",
    "typescript": "~3.8.3",
    "vue-template-compiler": "^2.6.11"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue,ts,tsx}": [
      "git add"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zhangyinag/honjo-ui"
  },
  "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
