-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "element-ui-verify",
"version": "1.2.6",
"description": "如果你受够了饿了么ElementUI原生的校验方式,那就来试试它吧!一款更懂你的校验插件",
"keywords": [
"vue",
"element",
"element-ui",
"elementUi",
"elementUI",
"element-ui-validator",
"element-ui-verification",
"element-ui-check"
],
"main": "dist/index.js",
"typings": "types/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aweiu/element-ui-verify.git"
},
"author": "aweiu",
"license": "ISC",
"bugs": {
"url": "https://github.com/aweiu/element-ui-verify/issues"
},
"homepage": "https://github.com/aweiu/element-ui-verify#readme",
"dependencies": {
"vue-property-decorator": "^6.0.0"
},
"peerDependencies": {
"element-ui": ">=1.1.1",
"vue": "^2.3.0"
},
"devDependencies": {
"element-ui": "^2.0.10",
"prettier": "^1.18.2",
"typescript": "^2.6.2",
"vue": "^2.5.13"
}
}