{
    "name": "@caxa-form/iview4",
    "version": "2.5.18",
    "description": "view-design动态表单|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/form-create.min.js",
    "module": "./dist/form-create.min.js",
    "unpkg": "./dist/form-create.min.js",
    "jsdelivr": "./dist/form-create.min.js",
    "typings": "./types/index.d.ts",
    "scripts": {
        "clean": "rimraf dist/",
        "dev:iview4": "vue-cli-service serve",
        "bili": "cross-env UI_LIB=iview4 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",
        "iview",
        "view-design",
        "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/core": "^2.5.15",
        "@caxa-form/iview": "^2.5.18"
    },
    "publishConfig": {
        "access": "public"
    },
    "devDependencies": {
        "@caxa-form/component-wangeditor": "^2.5.14",
        "@vue/cli-plugin-babel": "^4.5.9",
        "@vue/cli-service": "^4.5.3",
        "@vue/composition-api": "^1.0.0-beta.22",
        "v-jsoneditor": "^1.4.2",
        "view-design": "^4.0.2"
    },
    "gitHead": "b57c94f7bf0d80efe06465fdd13f04bd79309904"
}
