-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.36 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
{
"name": "ngx-i18n-country-select",
"author": {
"name": "Oliver Sahner",
"email": "[email protected]",
"url": "https://osahner.github.io/"
},
"version": "2.2.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build_lib": "ng build ngx-i18n-country-select",
"copy-license": "cp ./LICENSE ./dist/ngx-i18n-country-select",
"copy-readme": "cp ./README.md ./dist/ngx-i18n-country-select",
"copy-files": "yarn copy-license && yarn copy-readme",
"npm_pack": "cd dist/ngx-i18n-country-select && npm pack",
"package": "yarn build_lib && yarn copy-files && yarn npm_pack",
"test": "ng test",
"test_lib": "ng test ngx-i18n-country-select",
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"core-js": "^3.26.1",
"i18n-iso-countries": "^7.5.0",
"memoizee": "^0.4.15",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular-eslint/builder": "15.0.0",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/schematics": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "^2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^15.0.0",
"ts-node": "~10.9.1",
"typescript": "~4.8.4"
}
}