UNPKG

@form-create/tdesign

Version:

TDesign 版本低代码表单 | FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单生成组件。

75 lines (74 loc) 2.31 kB
{ "name": "@form-create/tdesign", "version": "3.3.0", "description": "TDesign 版本低代码表单 | FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单生成组件。", "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:td": "vite --config vite.dev.config.mjs", "build:lib:vite": "vite build --config vite.build.config.mjs", "build:lib": "npm-run-all clean build:lib:vite" }, "repository": { "type": "git", "url": "git+https://github.com/xaboy/form-create.git" }, "keywords": [ "动态表单", "低代码", "@form-create", "form-builder", "form", "components", "vue3", "tdesign", "lowcode", "dynamic-form" ], "files": [ "README.md", "package.json", "LICENSE", "auto-import.js", "auto-import.d.ts", "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-subform": "^3.3.0", "@form-create/component-tdesign-frame": "^3.3.0", "@form-create/component-tdesign-group": "^3.3.0", "@form-create/component-tdesign-upload": "^3.3.0", "@form-create/core": "^3.3.0", "@form-create/utils": "^3.3.0" }, "publishConfig": { "access": "public" }, "peerDependencies": { "vue": "^3.5.12" }, "devDependencies": { "@form-create/component-wangeditor": "^3.3.0", "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "tdesign-vue-next": "^1.10.7", "vite": "^5.4.21", "vite-plugin-banner": "^0.8.0", "vite-plugin-css-injected-by-js": "^3.5.2" }, "gitHead": "b34d0e0d37c84559183fad9737d242d3b664bf15" }