forked from juareznasato/vuetify-mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.39 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
{
"name": "vuetify-mask",
"version": "1.1.2",
"private": false,
"description": "Mask components to vuetify 2",
"author": {
"name": "Juarez Nasato",
"email": "juareznasato@gmail.com"
},
"type": "module",
"scripts": {
"dev": "vite --port 8081",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"main": "src/components/index.js",
"devDependencies": {
"@mdi/font": "^7.4.47",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vuetify": "^2.4.0",
"jsdom": "^24.0.0",
"moment": "^2.30.1",
"prettier": "^3.2.5",
"vite": "^5.2.8",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.4.0",
"vue": "^3.4.27",
"vuetify": "^3.6.8"
},
"keywords": [
"vuejs",
"vuetify",
"v-text-field",
"mask",
"number",
"money",
"integer",
"datetime",
"datetimepicker",
"decimal",
"percent",
"phonenumber",
"creditcard",
"cpf",
"cnpj",
"cep",
"base64"
],
"license": "MIT",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/juareznasato/vuetify-mask.git"
}
}