-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 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
{
"name": "vuetify-mask",
"version": "1.1.2",
"description": "Mask components to vuetify 2",
"private": false,
"license": "MIT",
"readmeFilename": "README.md",
"main": "index.js",
"author": {
"name": "Juarez Nasato",
"email": "[email protected]"
},
"keywords": [
"vuejs",
"vuetify",
"v-text-field",
"mask",
"number",
"money",
"integer",
"datetime",
"datetimepicker",
"decimal",
"percent",
"phonenumber",
"creditcard",
"cpf",
"cnpj",
"cep",
"base64"
],
"repository": {
"type": "git",
"url": "https://github.com/juareznasato/vuetify-mask.git"
},
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^6.2.2",
"moment": "^2.29.1",
"prettier": "^1.19.1",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.5.8"
}
}