vue-country-dropdown
Version:
Country Dropdown with Vue
64 lines (63 loc) • 1.69 kB
JSON
{
"name": "vue-country-dropdown",
"version": "2.0.10",
"description": "Country Dropdown with Vue",
"author": "Ahmet ALTUN <hi@ahmetaltun.dev>",
"license": "MIT",
"homepage": "https://country-dropdown-nuxt-demo.pages.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmetaltun/vue-country-dropdown.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build:docs": "vue-cli-service build",
"build": "rollup -c"
},
"files": [
"dist/"
],
"main": "dist/vue-country-dropdown.js",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^5.0.7",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.41.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^6.2.2",
"path": "^0.12.7",
"prettier": "^1.19.1",
"rollup": "^2.79.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
"keywords": [
"vue",
"telephone",
"phone",
"country",
"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/issues"
},
"directories": {
"doc": "docs"
}
}