83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"name": "intl-tel-input",
|
|
"version": "18.3.3",
|
|
"description": "A JavaScript plugin for entering and validating international telephone numbers",
|
|
"keywords": [
|
|
"international",
|
|
"i18n",
|
|
"country",
|
|
"dial",
|
|
"code",
|
|
"telephone",
|
|
"phone",
|
|
"mobile",
|
|
"input",
|
|
"flag",
|
|
"dropdown",
|
|
"javascript",
|
|
"plugin",
|
|
"css",
|
|
"html",
|
|
"validation",
|
|
"formatting"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Jack O'Connor (http://jackocnr.com)",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"babel-eslint": "^9.0.0",
|
|
"custom-event-polyfill": "^1.0.6",
|
|
"es6-promise": "^4.2.5",
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"evenizer": "^0.1.17",
|
|
"google-closure-compiler": "^20230411.0.0",
|
|
"google-closure-library": "^20230411.0.0",
|
|
"grunt": "^1.0.3",
|
|
"grunt-babel": "^8.0.0",
|
|
"grunt-bump": "^0.8.0",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
|
"grunt-contrib-imagemin": "^4.0.0",
|
|
"grunt-contrib-jasmine": "^3.0.0",
|
|
"grunt-contrib-uglify": "^2.1.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-eslint": "^21.0.0",
|
|
"grunt-exec": "^1.0.1",
|
|
"grunt-replace": "^1.0.1",
|
|
"grunt-responsive-images": "^1.10.1",
|
|
"grunt-sass": "^3.0.0",
|
|
"grunt-shell": "^2.1.0",
|
|
"grunt-spritesmith": "^6.10.0",
|
|
"grunt-template": "^1.0.0",
|
|
"jasmine-jquery": "^2.1.1",
|
|
"jquery": "^3.1.1",
|
|
"load-grunt-config": "^0.19.2",
|
|
"prettier": "^2.8.7",
|
|
"region-flags": "https://github.com/fonttools/region-flags/archive/refs/tags/1.2.1.tar.gz",
|
|
"sass": "^1.62.0",
|
|
"time-grunt": "^1.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jackocnr/intl-tel-input.git"
|
|
},
|
|
"homepage": "https://intl-tel-input.com",
|
|
"scripts": {
|
|
"test": "grunt travis",
|
|
"build": "grunt build",
|
|
"build:js": "grunt js",
|
|
"build:utils": "grunt build:utils",
|
|
"build:css": "grunt css",
|
|
"build:img": "grunt img",
|
|
"watch": "grunt watch"
|
|
},
|
|
"style": "build/css/intlTelInput.css"
|
|
}
|