-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "ngx-material-data-table",
"description": "Base class for creating data tables based on Angular Material",
"version": "1.5.2",
"author": "Enzo Volkmann <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/exportarts/ngx-material-data-table"
},
"license": "MIT",
"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"
},
"dependencies": {
"@angular/animations": "14.2.8",
"@angular/cdk": "14.2.6",
"@angular/common": "14.2.8",
"@angular/compiler": "14.2.8",
"@angular/core": "14.2.8",
"@angular/forms": "14.2.8",
"@angular/material": "14.2.6",
"@angular/platform-browser": "14.2.8",
"@angular/platform-browser-dynamic": "14.2.8",
"@angular/router": "14.2.8",
"rxjs": "7.5.7",
"tslib": "2.4.0",
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.8",
"@angular/cli": "14.2.8",
"@angular/compiler-cli": "14.2.8",
"@types/jest": "29.2.1",
"@types/node": "16.18.3",
"codelyzer": "6.0.2",
"jest": "29.2.2",
"ng-packagr": "14.2.2",
"protractor": "7.0.0",
"standard-version": "9.5.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.7.4"
}
}