UNPKG

2.55 kBJSONView Raw
1{
2 "name": "@form-create/iview",
3 "version": "2.6.3",
4 "description": "Iview版本低代码表单|FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单生成组件。支持6个UI框架,适配移动端,并且支持生成任何 Vue 组件。内置20种常用表单组件和自定义组件,再复杂的表单都可以轻松搞定。",
5 "main": "./dist/form-create.min.js",
6 "module": "./dist/form-create.esm.js",
7 "unpkg": "./dist/form-create.min.js",
8 "jsdelivr": "./dist/form-create.min.js",
9 "typings": "./types/index.d.ts",
10 "exports": {
11 ".": {
12 "import": "./dist/form-create.esm.js",
13 "types": "./types/index.d.ts",
14 "require": "./dist/form-create.min.js"
15 },
16 "./*": "./*"
17 },
18 "scripts": {
19 "clean": "rimraf dist/",
20 "build:lib": "npm-run-all clean build:lib:vite",
21 "dev:iview": "vite --config vite.dev.config.js",
22 "build:lib:vite": "vite build --config vite.build.config.js"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/xaboy/form-create.git"
27 },
28 "keywords": [
29 "动态表单",
30 "低代码",
31 "@form-create",
32 "form-builder",
33 "form",
34 "components",
35 "vue",
36 "iview",
37 "lowcode",
38 "dynamic-form"
39 ],
40 "files": [
41 "README.md",
42 "package.json",
43 "LICENSE",
44 "src",
45 "types",
46 "dist"
47 ],
48 "author": "xaboy",
49 "license": "MIT",
50 "bugs": {
51 "url": "https://github.com/xaboy/form-create/issues"
52 },
53 "homepage": "http://www.form-create.com",
54 "dependencies": {
55 "@form-create/component-ivu-checkbox": "^2.6.3",
56 "@form-create/component-ivu-frame": "^2.6.3",
57 "@form-create/component-ivu-group": "^2.6.3",
58 "@form-create/component-ivu-radio": "^2.6.3",
59 "@form-create/component-ivu-select": "^2.6.3",
60 "@form-create/component-ivu-tree": "^2.6.3",
61 "@form-create/component-ivu-upload": "^2.6.3",
62 "@form-create/component-subform": "^2.6.2",
63 "@form-create/core": "^2.6.3",
64 "@form-create/utils": "^2.6.3"
65 },
66 "publishConfig": {
67 "access": "public"
68 },
69 "devDependencies": {
70 "@form-create/component-wangeditor": "^2.6.2",
71 "iview": "^3.3.3",
72 "v-jsoneditor": "^1.4.2",
73 "vue": "2.7"
74 },
75 "gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a"
76}