forked from tanansatpal/ngx-mat-intl-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.43 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
{
"name": "ngx-mat-input-tel",
"version": "18.5.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-mat-input-tel --configuration production",
"test": "ng test",
"test:ci": "ng test ngx-mat-input-tel --watch=false --code-coverage --no-progress --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"publish": "ng build ngx-mat-input-tel --configuration production && npm run copy-files && npm publish ./dist/ngx-mat-input-tel",
"copy-files": "cp README.md dist/ngx-mat-input-tel && cp LICENSE dist/ngx-mat-input-tel",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.7",
"@angular/cdk": "18.2.7",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/material": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/router": "18.2.7",
"core-js": "3.38.1",
"libphonenumber-js": "1.11.11",
"rxjs": "7.8.1",
"tslib": "2.7.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.7",
"@angular-devkit/core": "18.2.7",
"@angular-devkit/schematics": "18.2.7",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "18.2.7",
"@angular/compiler-cli": "18.2.7",
"@angular/language-service": "18.2.7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@semantic-release/apm-config": "9.0.1",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "20.16.11",
"@typescript-eslint/utils": "8.0.0",
"eslint-config-prettier": "9.1.0",
"eslint": "9.9.1",
"husky": "9.1.6",
"jasmine-core": "5.3.0",
"jasmine-spec-reporter": "7.0.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine-html-reporter": "2.1.0",
"karma-jasmine": "5.1.0",
"karma": "6.4.4",
"ng-packagr": "18.2.1",
"prettier": "3.3.3",
"protractor": "7.0.0",
"semantic-release": "24.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"release": {
"extends": "@semantic-release/apm-config"
}
}