-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.41 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
{
"name": "@ibkhall/v-phone-field",
"description": "Vuetify phone field",
"version": "1.1.3",
"type": "module",
"author": "Ibrahim Boubacar",
"repository": {
"type": "git",
"url": "https://github.com/ibkhall/v-phone-field.git"
},
"bugs": {
"url": "https://github.com/ibkhall/v-phone-field/issues"
},
"homepage": "https://github.com/ibkhall/v-phone-field",
"files": [
"dist"
],
"main": "./dist/v-phone-field.umd.cjs",
"module": "./dist/v-phone-field.js",
"exports": {
".": {
"import": "./dist/v-phone-field.js",
"require": "./dist/v-phone-field.umd.cjs"
}
},
"keywords": [
"v-phone-field",
"Vuetify",
"Vuetify3",
"Vue",
"Vue3",
"Telephone",
"Phone input",
"Phone field",
"vuetify tel input"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"vue": "^3.2.45",
"vuetify": "^3.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.10",
"jsdom": "^21.1.0",
"typescript": "^4.9.5",
"url": "^0.11.0",
"vite": "^4.1.1",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.28.5",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"awesome-phonenumber": "^5.1.0",
"vue-country-flag-next": "^2.3.2"
}
}