UNPKG

@antdv/pro-field

Version:

原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。

46 lines (45 loc) 993 B
{ "name": "@antdv/pro-field", "type": "module", "version": "1.0.6", "description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。", "author": "kriszu", "license": "MIT", "keywords": [ "ant-design-vue", "admin", "ant-design-vue-pro" ], "sideEffects": false, "main": "lib/pro-field.cjs.js", "module": "es/index.mjs", "typings": "lib/index.d.ts", "unpkg": "lib/pro-field.min.js", "jsdelivr": "lib/pro-field.min.js", "files": [ "es", "lib" ], "scripts": { "build": "unbuilder build" }, "browserslist": [ "last 2 versions", "Firefox ESR", "> 1%" ], "peerDependencies": { "ant-design-vue": ">=4.2.0", "vue": ">=3.4.0" }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", "@antdv/pro-provider": "1.0.5", "@antdv/pro-utils": "1.0.8", "dayjs": "^1.11.13", "lodash-es": "^4.17.21" }, "publishConfig": { "access": "public" } }