UNPKG

2.43 kBJSONView Raw
1{
2 "name": "@form-create/iview",
3 "version": "2.5.11",
4 "description": "iview动态表单|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.",
5 "main": "./dist/form-create.min.js",
6 "module": "./dist/form-create.min.js",
7 "unpkg": "./dist/form-create.min.js",
8 "jsdelivr": "./dist/form-create.min.js",
9 "typings": "./types/index.d.ts",
10 "scripts": {
11 "clean": "rimraf dist/",
12 "dev:iview": "vue-cli-service serve",
13 "bili": "cross-env UI_LIB=iview bili",
14 "build": "npm-run-all clean bili"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/xaboy/form-create.git"
19 },
20 "keywords": [
21 "动态表单",
22 "@form-create",
23 "form-builder",
24 "form",
25 "components",
26 "vue.js",
27 "iview",
28 "json-form",
29 "dynamic-form"
30 ],
31 "files": [
32 "README.md",
33 "package.json",
34 "LICENSE",
35 "src",
36 "types",
37 "dist"
38 ],
39 "author": "xaboy",
40 "license": "MIT",
41 "bugs": {
42 "url": "https://github.com/xaboy/form-create/issues"
43 },
44 "homepage": "http://www.form-create.com",
45 "dependencies": {
46 "@form-create/component-ivu-checkbox": "^2.5.11",
47 "@form-create/component-ivu-frame": "^2.5.11",
48 "@form-create/component-ivu-group": "^2.5.11",
49 "@form-create/component-ivu-radio": "^2.5.11",
50 "@form-create/component-ivu-select": "^2.5.11",
51 "@form-create/component-ivu-tree": "^2.5.11",
52 "@form-create/component-ivu-upload": "^2.5.11",
53 "@form-create/component-subform": "^2.5.10",
54 "@form-create/core": "^2.5.11",
55 "@form-create/utils": "^2.5.11"
56 },
57 "publishConfig": {
58 "access": "public"
59 },
60 "devDependencies": {
61 "@form-create/component-wangeditor": "^2.5.5",
62 "@vue/cli-plugin-babel": "^4.5.9",
63 "@vue/cli-service": "^4.5.3",
64 "@vue/composition-api": "^1.0.0-beta.22",
65 "iview": "^3.3.3",
66 "v-jsoneditor": "^1.4.2"
67 },
68 "gitHead": "ccd7ba699b3a877c9f2f2ec3c58a808128cee914"
69}