-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
80 lines (80 loc) · 2.27 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
76
77
78
79
80
{
"name": "ngx-mat-select",
"version": "16.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build.ci": "npm run build -- --progress=false",
"test": "ng test --watch=false",
"test.ci": "npm run test -- --progress=false --watch=false",
"lint": "tslint --project src/tsconfig.app.json",
"packagr": "ng-packagr -p ng-package.json",
"build:ci": "ng build --output-path demo --base-href /ngx-mat-select/",
"test:ci": "ng test --watch=false --code-coverage --source-map true"
},
"author": "Alireze Sohrabi, Tehran IRAN",
"bugs": {
"url": "https://github.com/alireza-sohrabi/ngx-mat-select/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alireza-sohrabi/ngx-mat-select.git"
},
"keywords": [
"angular",
"angular 2",
"material",
"MatSelect",
"select",
"search",
"filter",
"virtual-scroll",
"infinite-scroll",
"client-side",
"server-side"
],
"homepage": "https://github.com/alireza-sohrabi/ngx-mat-select",
"exports": {
".": {
"sass": "./src/app/ngx-mat-select/_index.scss"
}
},
"peerDependencies": {
"@angular/cdk": "^16.x.x",
"@angular/material": "^16.x.x",
"rxjs": "^7.x.x"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.x.x",
"@angular/cli": "~16.1.4",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/compiler-cli": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@types/jasmine": "~4.3.0",
"angular-cli-ghpages": "^1.0.6",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^16.1.0",
"rxjs": "^7.x.x",
"tslib": "^2.4.0",
"typescript": "~5.0.2",
"zone.js": "~0.13.0",
"@ng-doc/app": "16.10.0",
"@ng-doc/builder": "16.10.0",
"@ng-doc/core": "16.10.0",
"@ng-doc/ui-kit": "16.10.0"
}
}