1 | {
|
2 | "name": "ngx-mat-multi-sort",
|
3 | "version": "18.0.0",
|
4 | "description": "An extension for the angular material table to support multi-sorting.",
|
5 | "author": "Maximilian Balluff",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/Maxl94/ngx-multi-sort-table"
|
9 | },
|
10 | "bugs": {
|
11 | "url": "https://github.com/Maxl94/ngx-multi-sort-table/issues"
|
12 | },
|
13 | "keywords": [
|
14 | "angular",
|
15 | "javascript",
|
16 | "typescript",
|
17 | "angular-material",
|
18 | "table",
|
19 | "multi-sort"
|
20 | ],
|
21 | "license": "MIT",
|
22 | "dependencies": {
|
23 | "tslib": "^2.2.0"
|
24 | },
|
25 | "peerDependencies": {
|
26 | "@angular/cdk": "^18.0.0",
|
27 | "@angular/common": "^18.0.0",
|
28 | "@angular/core": "^18.0.0",
|
29 | "@angular/material": "^18.0.0",
|
30 | "typescript": "^5.4.5"
|
31 | },
|
32 | "module": "fesm2022/ngx-mat-multi-sort.mjs",
|
33 | "typings": "index.d.ts",
|
34 | "exports": {
|
35 | "./package.json": {
|
36 | "default": "./package.json"
|
37 | },
|
38 | ".": {
|
39 | "types": "./index.d.ts",
|
40 | "esm2022": "./esm2022/ngx-mat-multi-sort.mjs",
|
41 | "esm": "./esm2022/ngx-mat-multi-sort.mjs",
|
42 | "default": "./fesm2022/ngx-mat-multi-sort.mjs"
|
43 | }
|
44 | },
|
45 | "sideEffects": false
|
46 | } |
\ | No newline at end of file |