forked from Wenor/ngx-intl-tel-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.84 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
{
"name": "@wenor/ngx-intl-tel-input",
"version": "18.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4800",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build_lib": "ng build ngx-intl-tel-input && npm run npm_pack && cp-cli ./dist/ngx-intl-tel-input ./build",
"copy-license": "cp-cli LICENSE ./dist/ngx-intl-tel-input/LICENSE",
"copy-readme": "cp-cli README.md ./dist/ngx-intl-tel-input/README.md",
"copy-files": "npm run copy-license && npm run copy-readme",
"npm_pack": "cd dist/ngx-intl-tel-input && npm pack",
"package": "npm run build_lib && npm run npm_pack",
"publish": "npm publish ./dist/ngx-intl-tel-input --access public",
"deploy": "npm run package && npm run copy-files && npm run publish"
},
"dependencies": {
"@angular/animations": "^18.2.10",
"@angular/cdk": "^18.2.11",
"@angular/common": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/material": "^18.2.11",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"core-js": "^3.22.0",
"google-libphonenumber": "^3.2.27",
"intl-tel-input": "^18.1.6",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"rxjs": "^7.5.5",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.10",
"@angular/language-service": "^18.2.10",
"@types/node": "^20.2.5",
"ajv": "^8.11.0",
"cp-cli": "^2.0.0",
"ng-packagr": "^18.2.1",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"tslint": "^6.1.3",
"typescript": "5.5.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}