UNPKG

@form-create/element-ui

Version:

element-ui动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 ki

88 lines (87 loc) 2.89 kB
{ "name": "@form-create/element-ui", "version": "3.1.16", "description": "element-ui动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.", "main": "./dist/form-create.min.js", "module": "./dist/form-create.esm.js", "unpkg": "./dist/form-create.min.js", "jsdelivr": "./dist/form-create.min.js", "typings": "./types/index.d.ts", "scripts": { "clean": "rimraf dist/", "dev:ele": "vue-cli-service serve", "bili": "cross-env UI_LIB=element-ui bili", "build": "npm-run-all clean bili" }, "repository": { "type": "git", "url": "git+https://github.com/xaboy/form-create.git" }, "keywords": [ "动态表单", "@form-create", "form-builder", "form", "components", "vue3", "element-ui", "json-form", "dynamic-form" ], "files": [ "README.md", "package.json", "LICENSE", "auto-import.js", "src", "types", "dist" ], "author": "xaboy", "license": "MIT", "bugs": { "url": "https://github.com/xaboy/form-create/issues" }, "homepage": "http://www.form-create.com/v3/", "dependencies": { "@form-create/component-elm-checkbox": "^3.1.15", "@form-create/component-elm-frame": "^3.1.15", "@form-create/component-elm-group": "^3.1.15", "@form-create/component-elm-radio": "^3.1.15", "@form-create/component-elm-select": "^3.1.15", "@form-create/component-elm-tree": "^3.1.15", "@form-create/component-elm-upload": "^3.1.16", "@form-create/component-subform": "^3.1.5", "@form-create/core": "^3.1.15", "@form-create/utils": "^3.1.15" }, "publishConfig": { "access": "public" }, "devDependencies": { "@element-plus/icons-vue": "^0.2.6", "@form-create/component-wangeditor": "^3.1.12", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-service": "^4.5.3", "element-plus": "^2.0.1", "v-jsoneditor": "^1.4.2" }, "buildFormCreateOptions": { "name": "@form-create/element-ui", "exportName": "formCreate", "extendExternals": [ "element-plus", "ElementPlus", "@element-plus/icons-vue" ], "extendGlobal": { "vue": "Vue" }, "fileName": "form-create", "formats": [ "umd", "esm" ] }, "gitHead": "41af60432b767d7a11b9b14a211f1c7594695e54" }