forked from azzamasghar1/ion-intl-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.71 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
{
"version": "2.4.3",
"name": "ion-intl-tel-input",
"title": "Ion Intl Tel Input",
"description": "An Ionic component for International Phone Number Input, that allows all countries, validation with libphonenumber-js, limited countries, preferred countries, virtual scrolling and much more.",
"author": {
"name": "Azzam Asghar",
"url": "https://github.com/azzamasghar1"
},
"license": "See license in LICENSE",
"homepage": "https://github.com/azzamasghar1/ion-intl-tel-input",
"repository": {
"type": "git",
"url": "https://github.com/azzamasghar1/ion-intl-tel-input"
},
"bugs": {
"url": "https://github.com/azzamasghar1/ion-intl-tel-input/issues"
},
"keywords": [
"ionic",
"ionic 2",
"ionic 3",
"ionic 4",
"ion-intl-tel-input",
"intl tel input",
"intl",
"tel",
"input",
"international",
"phone",
"phonenumber",
"telephone",
"number",
"elktech"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build_lib": "ng build ion-intl-tel-input",
"serve_lib": "ng build ion-intl-tel-input --watch",
"npm_pack": "cd dist/ion-intl-tel-input && npm pack",
"package": "npm run build_lib && npm run npm_pack",
"publish": "npm run package && cd dist/ion-intl-tel-input && npm publish"
},
"dependencies": {
"@angular/cdk": "^16.2.8",
"@angular/common": "~16.2.9",
"@angular/core": "~16.2.9",
"@angular/forms": "~16.2.9",
"@angular/platform-browser": "~16.2.9",
"@angular/platform-browser-dynamic": "~16.2.9",
"@angular/router": "~16.2.9",
"@ionic/angular": "^7.6.0",
"core-js": "^2.6.12",
"libphonenumber-js": "^1.10.49",
"rxjs": "~7.5.0",
"tslib": "^2.6.2",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1602.6",
"@angular-devkit/build-angular": "~16.2.6",
"@angular-devkit/core": "~16.2.6",
"@angular-devkit/schematics": "~16.2.6",
"@angular/cli": "~16.2.6",
"@angular/compiler": "~16.2.9",
"@angular/compiler-cli": "~16.2.9",
"@angular/language-service": "~16.2.9",
"@ionic/angular-toolkit": "^10.0.0",
"@ionic/lab": "3.2.15",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^16.0.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^16.2.3",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~5.0.2"
}
}