vue-country-dropdown-2
Version:
Country Dropdown for Vue@2
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "vue-country-dropdown-2",
"version": "1.0.15",
"type": "module",
"description": "Country Dropdown for Vue@2",
"author": "Ahmet ALTUN <hi@ahmetaltun.dev>",
"license": "MIT",
"homepage": "https://vue-country-dropdown-2.pages.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmetaltun/vue-country-dropdown-2.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"files": [
"dist"
],
"main": "dist/vue-country-dropdown-2.umd.cjs",
"module": "dist/vue-country-dropdown-2.js",
"exports": {
".": {
"import": "./dist/vue-country-dropdown-2.js",
"require": "./dist/vue-country-dropdown-2.umd.cjs"
}
},
"dependencies": {
"vue": "^2.7.16",
"vue-select": "^3.20.4"
},
"devDependencies": {
"vite": "^6.2.6",
"@vitejs/plugin-vue2": "^2.3.3"
},
"keywords": [
"telephone",
"phone",
"country",
"country dropdown",
"vue country dropdown",
"vue country dropdown 2",
"vue-country-code",
"phone code",
"country code",
"vue-country-code-select",
"country select",
"vue country select"
],
"bugs": {
"url": "https://github.com/ahmetaltun/vue-country-dropdown-2/issues"
}
}