UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@form-create/ant-design-vue",
3 "version": "2.5.27",
4 "description": "ant-design-vue动态表单|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:antdv": "vue-cli-service serve",
13 "bili": "cross-env UI_LIB=ant-design-vue 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 "ant-design-vue",
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-antdv-frame": "^2.5.27",
47 "@form-create/component-antdv-group": "^2.5.27",
48 "@form-create/component-antdv-upload": "^2.5.27",
49 "@form-create/component-subform": "^2.5.25",
50 "@form-create/core": "^2.5.27",
51 "@form-create/utils": "^2.5.27"
52 },
53 "publishConfig": {
54 "access": "public"
55 },
56 "devDependencies": {
57 "@form-create/component-wangeditor": "^2.5.15",
58 "@vue/cli-plugin-babel": "^4.5.9",
59 "@vue/cli-service": "^4.5.3",
60 "ant-design-vue": "^1.5.3",
61 "moment": "^2.24.0",
62 "v-jsoneditor": "^1.4.2"
63 },
64 "gitHead": "ca02f3c2b7570705ec3676361ec62350495f6481"
65}