forked from azzamasghar1/ion-intl-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.91 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.91 KB
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
97
98
99
{
"version": "2.1.4",
"name": "ion-intl-tel-v2",
"title": "Ion Intl Tel v2",
"description": "This is an continuation of the original project from azzamasghar1 (https://github.com/azzamasghar1/ion-intl-tel-input) which includes new features and some much requested features",
"author": {
"name": "Rj van Golen",
"url": "https://github.com/MillieOfzo"
},
"license": "See license in LICENSE",
"homepage": "https://github.com/MillieOfzo/ion-intl-tel-input",
"repository": {
"type": "git",
"url": "https://github.com/MillieOfzo/ion-intl-tel-input"
},
"bugs": {
"url": "https://github.com/MillieOfzo/ion-intl-tel-input/issues"
},
"keywords": [
"ionic",
"ionic 2",
"ionic 3",
"ionic 4",
"ionic 5",
"ionic 6",
"ion-intl-tel-input",
"ion-intl-tel-v2",
"intl tel input",
"intl",
"intl angular",
"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/common": "~13.3.9",
"@angular/core": "~13.3.9",
"@angular/forms": "~13.3.9",
"@angular/platform-browser": "~13.3.9",
"@angular/platform-browser-dynamic": "~13.3.9",
"@angular/router": "~13.3.9",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^6.1.6",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"flag-icons": "^6.4.2",
"google-libphonenumber": "^3.2.27",
"ionic-selectable": "^4.9.0",
"rxjs": "~7.5.5",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.6",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "~13.3.6",
"@angular/compiler": "~13.3.9",
"@angular/compiler-cli": "~13.3.9",
"@angular/language-service": "~13.3.9",
"@ionic/angular-toolkit": "^6.1.0",
"@ionic/lab": "3.0.0",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.35",
"jasmine-core": "~4.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^14.0.3",
"ts-node": "~10.7.0",
"tsickle": "^0.35.0",
"tslint": "~5.15.0",
"typescript": "^4.4.4"
}
}