vue-phone-number
Version:
A renderless component to control phone number input with Vue
57 lines (56 loc) • 1.57 kB
JSON
{
"name": "vue-phone-number",
"version": "0.0.5",
"description": "A renderless component to control phone number input with Vue",
"author": "Damien Roche <damienroche@free.fr>",
"license": "MIT",
"files": [
"dist/vue-phone-number.common.js"
],
"main": "./dist/vue-phone-number.common.js",
"keywords": [
"vue2",
"phone",
"tel",
"custom",
"input",
"renderless",
"custom"
],
"repository": {
"type": "git",
"url": "git+https://github.com/damienroche/vue-phone-number"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name vue-phone-number ./src/components/index.js"
},
"bugs": {
"url": "https://github.com/damienroche/vue-phone-number/issues"
},
"dependencies": {
"awesome-phonenumber": "^2.28.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-typescript": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-typescript": "^5.0.1",
"buefy": "^0.8.13",
"core-js": "^3.6.4",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"typescript": "~3.7.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.3.0",
"vue-template-compiler": "^2.6.11"
}
}