-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.51 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
{
"name": "v-form-engine",
"version": "1.2.4",
"description": "一个基于 vue + element-ui 的 PC 端表单引擎。支持灵活的配置项、编辑/查看两种视图、自定义模板/插槽、溢出隐藏、双击复制等...",
"typings": "dist/index.d.ts",
"main": "dist/v-form-engine.js",
"module": "dist/v-form-engine.esm.js",
"unpkg": "dist/v-form-engine.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "node ./build/build.js",
"lint": "vue-cli-service lint"
},
"peerDependencies": {
"element-ui": "> 2",
"vue": ">= 2.6.0 < 3"
},
"dependencies": {
"lodash": "^4.17.20",
"vue-property-decorator": "^9.0.0",
"vue-runtime-helpers": "^1.1.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-strip": "^2.0.1",
"@types/lodash": "^4.14.167",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/eslint-config-typescript": "^5.1.0",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.9.1",
"element-ui": "^2.15.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"rollup": "^2.36.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-vue": "^5.1.9",
"typescript": "~3.9.3",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rare-treasure/form-engine.git"
},
"author": "sifan",
"license": "MIT",
"bugs": {
"url": "https://github.com/rare-treasure/form-engine/issues"
},
"homepage": "https://github.com/rare-treasure/form-engine#readme",
"files": [
"src",
"dist",
"vetur"
],
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"keywords": [
"v-form-engine",
"vue-form-engine",
"form-engine",
"vue",
"component",
"vue-component"
]
}