UNPKG

@form-create/vant

Version:

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

74 lines (73 loc) 2.15 kB
{ "name": "@form-create/vant", "version": "3.3.0", "description": "Vant 版本(移动端)低代码表单 | 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:vant": "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", "mobile", "vant", "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/core": "^3.3.0", "@form-create/utils": "^3.3.0", "dayjs": "^1.11.13" }, "publishConfig": { "access": "public" }, "peerDependencies": { "vue": "^3.5.12" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue-jsx": "^4.2.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "v-jsoneditor": "^1.4.2", "vant": "^4.9.10", "vite": "^5.4.21", "vite-plugin-banner": "^0.8.0", "vite-plugin-css-injected-by-js": "^3.5.2" }, "gitHead": "b34d0e0d37c84559183fad9737d242d3b664bf15" }