UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@form-create/element-ui",
3 "version": "1.0.2",
4 "description": "element-ui版表单生成器|Element-ui 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=element-ui 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 "element-ui",
25 "json-form",
26 "vue-json-form"
27 ],
28 "files": [
29 "README.md",
30 "package.json",
31 "LICENSE",
32 "src",
33 "dist"
34 ],
35 "author": "xaboy",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/xaboy/form-create/issues"
39 },
40 "homepage": "http://www.form-create.com",
41 "dependencies": {
42 "@form-create/core": "^1.0.2",
43 "@form-create/utils": "^1.0.0",
44 "element-ui": "^2.8.2"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "gitHead": "5aee980905c81ada97f53ec90598ff3cc3c9117e"
50}