@emanon_/vue-phone-number-input
Version:
A phone number input made with Vue JS && libphonenumber-js
73 lines (72 loc) • 2.1 kB
JSON
{
"name": "@emanon_/vue-phone-number-input",
"version": "0.2.28",
"description": "A phone number input made with Vue JS && libphonenumber-js",
"author": "Louis Mazel <mazuel.loic@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve --mode development --open",
"build": "npm run build:lib && npm run build:docs",
"test": "vue-cli-service test:unit /test/specs",
"lint": "vue-cli-service lint",
"before-publish": "npm audit && npm i && npm run lint && npm run build",
"build:docs": "vue-cli-service build --dest docs --mode production",
"build:lib": "vue-cli-service build --target lib ./src/VuePhoneNumberInput/index.js",
"publish-npm:beta": "npm publish --tag beta",
"serve:build": "vue-cli-service serve --mode production",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "vue-cli-service test:unit --watch",
"ui": "vue ui"
},
"files": [
"dist/"
],
"dependencies": {
"libphonenumber-js": "^1.7.7",
"v-click-outside": "^2.0.2",
"vue": "^2.5.21",
"@emanon_/vue-input-ui": "^0.2.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.7.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"keywords": [
"vue",
"vuejs",
"input",
"phone",
"number",
"format",
"text",
"javascript",
"vue-component"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"license": "MIT",
"main": "dist/vue-phone-number-input.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LouisMazel/vue-phone-number-input.git"
},
"bugs": {
"url": "https://github.com/LouisMazel/vue-phone-number-input/issues"
},
"homepage": "https://github.com/LouisMazel/vue-phone-number-input#readme",
"types": "dist/index.d.ts"
}