@form-create/core
Version:
FormCreate低代码表单渲染引擎,可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单。支持6个UI框架,适配移动端,并且支持生成任何 Vue 组件。
54 lines (53 loc) • 1.5 kB
JSON
{
"name": "@form-create/core",
"version": "2.6.3",
"description": "FormCreate低代码表单渲染引擎,可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单。支持6个UI框架,适配移动端,并且支持生成任何 Vue 组件。",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"unpkg": "./dist/index.js",
"jsdelivr": "./dist/index.js",
"typings": "./types/index.d.ts",
"scripts": {
"clean": "rimraf dist/",
"build:lib": "npm-run-all clean build:lib:vite",
"build:lib:vite": "vite build --config vite.build.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaboy/form-create.git"
},
"keywords": [
"动态表单",
"@form-create",
"form-builder",
"form",
"components",
"vue",
"json-form",
"dynamic-form"
],
"files": [
"README.md",
"package.json",
"LICENSE",
"src",
"types",
"dist"
],
"author": "xaboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/xaboy/form-create/issues"
},
"homepage": "http://www.form-create.com",
"dependencies": {
"@form-create/utils": "^2.6.3"
},
"devDependencies": {
"vue": "2.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a"
}