-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
75 lines (75 loc) · 2.05 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
{
"name": "vue-form-create",
"description": "一个基于Vue3.0 + TS 的表单设计器",
"version": "1.2.12",
"main": "dist/formCreate.umd.min.js",
"types": "src/index.d.ts",
"homepage": "https://github.com/fuchengwei/vue-form-create",
"author": {
"name": "fuchengwei"
},
"keywords": [
"Form",
"FormCreate",
"Vue",
"Antd",
"Element"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com:fuchengwei/vue-form-create"
},
"files": [
"dist/*",
"src/index.d.ts"
],
"scripts": {
"serve": "vue-cli-service serve ./example/main.ts --open",
"build": "vue-cli-service build --target lib --name formCreate ./src/index.ts",
"lint": "vue-cli-service lint",
"prepare": "husky install"
},
"peerDependencies": {
"vue": ">=3.2.0"
},
"dependencies": {
"ace-builds": "^1.4.12",
"ant-design-vue": "^3.2.0",
"core-js": "^3.6.5",
"element-plus": "^2.1.10",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
"vuedraggable": "^4.0.1",
"wangeditor": "^4.6.13"
},
"devDependencies": {
"vue": "^3.2.25",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/lodash": "^4.14.168",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-0",
"husky": "^5.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^6.0.2",
"typescript": "~4.1.5"
}
}