@kingscode/vuetify-phone-input
Version:
A Vuetify form control usable for phone numbers. Supports country code, auto formatting and country code recognition
53 lines (52 loc) • 1.55 kB
JSON
{
"name": "@kingscode/vuetify-phone-input",
"description": "A Vuetify form control usable for phone numbers. Supports country code, auto formatting and country code recognition",
"version": "0.2.0",
"repository": {
"url": "https://github.com/kingscode/vuetify-phone-input.git",
"type": "git"
},
"license": "MIT",
"author": "Bart Ramaekers",
"keywords": [
"vue",
"vuetify",
"phone",
"input",
"country"
],
"homepage": "https://github.com/kingscode/vuetify-phone-input",
"bugs": {
"url": "https://github.com/kingscode/vuetify-phone-input/issues"
},
"scripts": {
"serve": "vue-cli-service serve ./playground/main.js",
"build": "vue-cli-service build --target lib --name vuetify-phone-input ./src/index.ts"
},
"files": [
"dist/*",
"*.json",
"*.js"
],
"main": "dist/vuetify-phone-input.common.js",
"dependencies": {
"libphonenumber-js": "^1.7.26"
},
"peerDependencies": {
"vue": "^2.6.0",
"vuetify": "^2.1.0"
},
"devDependencies": {
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"typescript": "~3.5.3",
"vue": "^2.6.10",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify": "^2.3.17",
"vuetify-loader": "^1.6.0",
"webpack-bundle-analyzer": "^4.1.0"
}
}