rc-phone-input
Version:
React component for entering telephone numbers with Ip lookup
87 lines (86 loc) • 2.09 kB
JSON
{
"name": "rc-phone-input",
"version": "1.0.18",
"description": "React component for entering telephone numbers with Ip lookup",
"main": "lib",
"modules": "lib",
"files": [
"css",
"lib"
],
"scripts": {
"build": "tsc",
"dev": "webpack-dev-server",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'src/**/*.tsx'",
"test": "jest",
"test:coverage": "jest --no-cache --coverage",
"test:watch": "jest --watch"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"**/__tests__/**/*.(ts|tsx)"
],
"globals": {
"ts-jest": {
"diagnostics": false
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/pitronalldak/rc-phone-input"
},
"keywords": [
"rc-phone-component",
"react-component",
"react-phone-input",
"react-phone-number-input",
"react-telephone-input",
"react-tel-input",
"international-telephone-input",
"react"
],
"author": "pitronalldak",
"license": "MIT",
"bugs": {
"url": "https://github.com/pitronalldak/rc-phone-input/issues"
},
"homepage": "https://github.com/pitronalldak/rc-phone-input",
"dependencies": {
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"classnames": "^2.2.5",
"country-telephone-data": "^0.5.4",
"fetch-jsonp": "^1.1.3",
"google-libphonenumber": "^3.1.8",
"lodash": "^4.17.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-onclickoutside": "^6.7.1"
},
"devDependencies": {
"@types/enzyme": "^3.9.1",
"@types/jest": "^24.0.11",
"awesome-typescript-loader": "^5.2.1",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^24.7.1",
"source-map-loader": "^0.2.3",
"ts-jest": "^24.0.2",
"tslint": "^5.15.0",
"typescript": "^3.4.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
}
}