-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.96 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.96 KB
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
{
"name": "@volkmann-design-code/ngx-material-data-table",
"description": "Base class for creating data tables based on Angular Material",
"version": "2.0.9",
"author": "Enzo Volkmann <enzo@volkmann.dev>",
"repository": {
"type": "git",
"url": "https://github.com/evolkmann/ngx-material-data-table"
},
"license": "MIT",
"main": "dist/ngx-material-data-table/fesm2022/ngx-material-data-table.mjs",
"typings": "dist/ngx-material-data-table/index.d.ts",
"scripts": {
"prestart": "ng build --project ngx-material-data-table",
"start": "ng serve --project demo",
"build": "ng build --configuration production --project ngx-material-data-table",
"postbuild": "cp README.md dist/ngx-material-data-table",
"build:demo": "ng build --project demo",
"test": "jest",
"prepublishOnly": "npm run build",
"release": "standard-version"
},
"peerDependencies": {
"@angular/animations": "^18.2.0 || ^19.2.0",
"@angular/cdk": "^18.2.0 || ^19.2.1",
"@angular/common": "^18.2.0 || ^19.2.0",
"@angular/core": "^18.2.0 || ^19.2.0",
"@angular/material": "^18.2.0 || ^19.2.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.2.0",
"@angular/animations": "19.2.0",
"@angular/cdk": "19.2.1",
"@angular/cli": "19.2.0",
"@angular/common": "19.2.0",
"@angular/compiler": "19.2.0",
"@angular/compiler-cli": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/material": "19.2.1",
"@angular/platform-browser": "19.2.0",
"@angular/platform-browser-dynamic": "19.2.0",
"@angular/router": "19.2.0",
"@types/jest": "29.2.1",
"@types/node": "16.18.3",
"codelyzer": "6.0.2",
"jest": "29.7.0",
"ng-packagr": "19.2.0",
"protractor": "7.0.0",
"rxjs": "7.8.1",
"standard-version": "9.5.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"tslint": "6.1.3",
"typescript": "5.8.2",
"zone.js": "0.15.0"
}
}