UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@form-create/ant-design-vue",
3 "version": "1.0.16",
4 "description": "ant-design-vue 版表单生成器|ant-design-vue Form builder with dynamic rendering, data collection, validation and submission capabilities, built-in 17 common form components, support for two-way data binding, event extension, and support for building built-in components and any vue components using json.",
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 "scripts": {
10 "clean": "rimraf dist/",
11 "bili": "cross-env UI_LIB=ant-design-vue bili",
12 "build": "npm-run-all clean bili"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/xaboy/form-create.git"
17 },
18 "keywords": [
19 "@form-create",
20 "form-builder",
21 "form",
22 "components",
23 "vue.js",
24 "ant-design-vue",
25 "json-form",
26 "vue-json-form"
27 ],
28 "files": [
29 "README.md",
30 "package.json",
31 "LICENSE",
32 "src",
33 "types",
34 "dist"
35 ],
36 "typings": "./types/index.d.ts",
37 "author": "xaboy",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/xaboy/form-create/issues"
41 },
42 "homepage": "http://www.form-create.com",
43 "dependencies": {
44 "@form-create/core": "^1.0.16",
45 "@form-create/utils": "^1.0.15",
46 "ant-design-vue": "^1.5.3",
47 "moment": "^2.24.0"
48 },
49 "publishConfig": {
50 "access": "public"
51 },
52 "gitHead": "9385e9333d79097ecb698a069384229d7312ce3a"
53}