-
-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
75 lines (75 loc) · 2.35 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
{
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "7.0.8",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build.ci": "npm run build -- --progress=false --base-href=/ngx-mat-select-search/",
"test": "ng test --watch=false",
"test.ci": "npm run test -- --progress=false --watch=false",
"lint": "tslint --project src/tsconfig.app.json",
"build-lib": "ng-packagr -p ng-package.json"
},
"author": "Esteban Gehring, Bithost GmbH",
"bugs": {
"url": "https://github.com/bithost-gmbh/ngx-mat-select-search/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bithost-gmbh/ngx-mat-select-search.git"
},
"keywords": [
"angular",
"angular 2",
"material",
"MatSelect",
"select",
"search",
"filter"
],
"homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
"peerDependencies": {
"@angular/material": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.1",
"@angular-extensions/lint-rules": "^1.2.1",
"@angular/animations": "^15.0.1",
"@angular/cdk": "^15.0.0",
"@angular/cli": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1",
"@angular/compiler-cli": "^15.0.1",
"@angular/core": "^15.0.1",
"@angular/forms": "^15.0.1",
"@angular/language-service": "^15.0.1",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "^15.0.1",
"@angular/platform-browser-dynamic": "^15.0.1",
"@angular/router": "^15.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.52",
"codelyzer": "^6.0.2",
"core-js": "^2.6.12",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^15.0.1",
"rxjs": "^6.6.7",
"ts-node": "~7.0.1",
"tslint": "~6.1.0",
"typescript": "^4.8.4",
"zone.js": "^0.11.5"
},
"dependencies": {
"tslib": "^2.4.0"
}
}