-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.76 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
88
89
90
91
92
93
94
95
96
{
"name": "@aiabdelbaqy/vue-country-tel-input",
"private": false,
"version": "1.0.0",
"keywords": [
"vue-country-tel-input",
"vue",
"vue3",
"vue3-component",
"vue3-input",
"vue3-tel-input",
"vue3-country-input",
"vue3-tel-country-input",
"vue3-tel-country-input",
"vue3-tel-country-input",
"plugin",
"tell",
"number",
"country",
"phone",
"input",
"input-tell",
"input-number",
"input-country",
"input-phone",
"input-tell-number",
"phone number"
],
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./styles.css": "./dist/style.css"
},
"browser": {
"./styles.css": "./dist/style.css"
},
"types": "./dist/components.d.ts",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:package": "rollup -c",
"gen-version": "node scripts/gen-version.js",
"publish:npm": "npm run build && npm publish --access public",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"deepmerge": "^4.3.1",
"rollup-plugin-esbuild": "^6.1.1",
"vue": "^3.3.11"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/eslint-parser": "^7.22.15",
"@babel/generator": "^7.22.15",
"@babel/parser": "^7.22.16",
"@babel/preset-env": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@lylajs/web": "^1.2.2",
"@vitejs/plugin-vue": "^4.5.2",
"libphonenumber-js": "^1.10.53",
"rollup-plugin-typescript2": "^0.36.0",
"rollup": "^4.3.0",
"rollup-plugin-esbuild": "^6.1.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"sass": "^1.70.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
},
"description": "VueCountryTelInput is a Vue.js plugin that provides a user-friendly input component for selecting a country and entering\r a telephone number. It offers built-in validation to ensure the entered phone number is valid for the selected country.",
"repository": {
"type": "git",
"url": "git+https://github.com/AliAbdelbaky/vue-country-tel-input.git"
},
"author": "Ali abdelbaqy <ali.abdelbaky2000@gmail.com>",
"bugs": {
"url": "https://github.com/AliAbdelbaky/vue-country-tel-input/issues"
},
"homepage": "https://github.com/AliAbdelbaky/vue-country-tel-input#readme"
}