forked from jackocnr/intl-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "intl-tel-input",
"version": "19.2.16",
"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",
"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": "^4.0.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",
"build:react": "node react/build.js && esbuild react/demo/SimpleApp.js --bundle --outfile=react/demo/simple-bundle.js --loader:.js=jsx --format=cjs && esbuild react/demo/ValidationApp.js --bundle --outfile=react/demo/validation-bundle.js --loader:.js=jsx --format=cjs"
},
"style": "build/css/intlTelInput.css",
"dependencies": {
"esbuild": "^0.19.11",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}