forked from xaboy/form-create-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@form-create/designer",
"version": "1.0.10",
"description": "好用的vue可视化表单设计器组件",
"main": "./dist/index.min.js",
"module": "./dist/index.min.js",
"unpkg": "./dist/index.min.js",
"jsdelivr": "./dist/index.min.js",
"typings": "./types/index.d.ts",
"scripts": {
"clean": "rimraf dist/",
"dev": "vue-cli-service serve",
"rollup": "rollup -c ./rollup.config.js",
"build": "npm-run-all clean rollup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaboy/form-create-designer.git"
},
"keywords": [
"表单设计器",
"@form-create",
"form-builder",
"form-designer",
"draggable",
"form",
"components",
"vue.js",
"element-ui",
"json-form",
"dynamic-form"
],
"files": [
"README.md",
"CHANGELOG.md",
"package.json",
"LICENSE",
"src",
"types",
"dist"
],
"author": "xaboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/xaboy/form-create-designer/issues"
},
"homepage": "http://designer.form-create.com",
"dependencies": {
"@form-create/component-wangeditor": "^2.5.15",
"@form-create/element-ui": "^2.5.19",
"@form-create/utils": "^2.5.15"
},
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,vue}": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "^4.5.3",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"codemirror": "^5.60.0",
"commander": "^6.0.0",
"commitizen": "^4.1.2",
"cross-env": "^7.0.2",
"css-loader": "^4.2.1",
"cz-conventional-changelog": "^3.2.0",
"cz-customizable": "^6.3.0",
"element-ui": "^2.13.2",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^6.2.2",
"figlet": "^1.5.0",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jsonlint-mod": "^1.7.6",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
"ora": "^5.0.0",
"postcss": "^8.2.9",
"rimraf": "^3.0.2",
"@sixian/css-url": "^1.0.3",
"rollup": "^2.44.0",
"rollup-plugin-node-externals": "^2.2.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.3.0",
"rollup-plugin-vue": "^5.0.0",
"shelljs": "^0.8.4",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuedraggable": "2.24.3"
}
}