element-plus-readonly-form-item
Version:
基于 ElementPlus 的表单只读态控件,完美适配所有表单组件。主要用于新建页与详情页动态切换。支持 npm 与 cdn 方式的引入。
83 lines (82 loc) • 2.18 kB
JSON
{
"name": "element-plus-readonly-form-item",
"description": "基于 ElementPlus 的表单只读态控件,完美适配所有表单组件。主要用于新建页与详情页动态切换。支持 npm 与 cdn 方式的引入。",
"version": "1.13.0",
"type": "module",
"types": "src/index.d.ts",
"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",
"types": "./src/index.d.ts"
}
},
"author": {
"name": "fuchengwei"
},
"keywords": [
"ElementUI",
"ElementPlus",
"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/*",
"src/index.d.ts"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"dayjs": "^1.11.8",
"default-passive-events": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@vitejs/plugin-vue": "^4.1.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"element-plus": "^2.2.21",
"eslint": "^8.43.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.15.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vue": "^3.3.4",
"vue-tsc": "^1.4.2"
},
"peerDependencies": {
"vue": ">=3.3.0"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.cjs"
}
}
}