@caxa-form/core
Version:
vue动态表单,助你轻松搞定表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 3 UI frameworks, and supports the generation of any Vue components. Built-in 20
49 lines (48 loc) • 1.54 kB
JSON
{
"name": "@caxa-form/core",
"version": "2.5.15",
"description": "vue动态表单,助你轻松搞定表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 3 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/index.min.js",
"module": "./dist/index.min.js",
"typings": "./types/index.d.ts",
"scripts": {
"clean": "rimraf dist/",
"bili": "cross-env UI_LIB=core bili",
"build": "npm-run-all clean bili"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangjing0630/caxa-form.git"
},
"keywords": [
"动态表单",
"@caxa-form",
"form-builder",
"form",
"components",
"vue.js",
"json-form",
"dynamic-form"
],
"files": [
"README.md",
"package.json",
"LICENSE",
"src",
"types",
"dist"
],
"author": "wangjing11260",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangjing0630/caxa-form/issues"
},
"homepage": "http://www.form-create.com",
"dependencies": {
"@caxa-form/utils": "^2.5.15"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b57c94f7bf0d80efe06465fdd13f04bd79309904"
}