{
  "name": "element-readonly-form-item",
  "description": "基于 ElementUI 的表单只读态控件，完美适配所有表单组件。主要用于新建页与详情页动态切换。支持 npm 与 cdn 方式的引入。",
  "version": "1.11.0",
  "type": "module",
  "main": "dist/readonly-form-item.umd.js",
  "module": "dist/readonly-form-item.es.js",
  "exports": {
    ".": {
      "import": "./dist/readonly-form-item.es.js",
      "require": "./dist/readonly-form-item.umd.js"
    }
  },
  "author": {
    "name": "fuchengwei"
  },
  "keywords": [
    "ElementUI",
    "Readonly",
    "Vue",
    "Form"
  ],
  "homepage": "https://github.com/fuchengwei/element-readonly-form-item",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fuchengwei/element-readonly-form-item"
  },
  "files": [
    "dist/*"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.5",
    "@commitlint/config-conventional": "^17.6.5",
    "@vitejs/plugin-vue2": "^2.2.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "cz-customizable": "^7.0.0",
    "element-ui": "^2.15.13",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-vue": "^9.14.1",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "prettier": "^2.8.8",
    "vite": "^4.3.9",
    "vue": "^2.7.14"
  },
  "peerDependencies": {
    "element-ui": "^2.15.13"
  },
  "lint-staged": {
    "*.{vue,js,ts}": "eslint --fix"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    },
    "cz-customizable": {
      "config": ".cz-config.cjs"
    }
  }
}
