-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.95 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.95 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "@proangular/pro-table",
"version": "21.0.0",
"description": "A rich, dynamic, and versatile table component based on Angular Material.",
"author": "Pro Angular <webmaster@proangular.com>",
"homepage": "https://www.proangular.com",
"private": false,
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
},
"scripts": {
"build": "ng build",
"build:prod": "ng build --configuration production",
"lint": "ng lint",
"ng": "ng",
"npm-build-package": "ng-packagr -p ng-package.json",
"postinstall": "is-ci || husky install",
"prettier": "prettier --write . --log-level silent",
"prettier:check": "prettier --check .",
"start": "ng serve --open",
"test": "ng test",
"update": "ncu -u",
"update:check": "ncu",
"watch": "ng build --watch --configuration development"
},
"peerDependencies": {
"@angular/animations": ">=21 <22",
"@angular/cdk": ">=21 <22",
"@angular/common": ">=21 <22",
"@angular/core": ">=21 <22",
"@angular/forms": ">=21 <22",
"@angular/material": ">=21 <22",
"@angular/material-luxon-adapter": ">=21 <22",
"@ngneat/until-destroy": ">=10 <11",
"luxon": ">=3 <4",
"rxjs": ">=7.8 <8",
"zone.js": ">=0.15 <0.16"
},
"devDependencies": {
"@angular/build": "^21.0.1",
"@angular/cli": "^20.0.6",
"@angular/compiler": "21.0.2",
"@angular/compiler-cli": "^21.0.2",
"@angular/platform-browser": "21.0.2",
"@angular/platform-browser-dynamic": "21.0.2",
"@angular/router": "^21.0.2",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/jasmine": "~5.1.8",
"@types/luxon": "^3.4.2",
"@types/node": "^24.2.1",
"angular-eslint": "^21.0.1",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^54.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"jasmine-core": "~5.9.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^21.0.0",
"npm-check-updates": "^18.0.2",
"prettier": "^3.6.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.39.1"
},
"contributors": [
{
"name": "Cody Tolene",
"email": "webmaster@codytolene.com",
"url": "https://www.codytolene.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ProAngular/pro-table.git"
},
"keywords": [
"pro",
"angular",
"material",
"table",
"forms",
"input",
"inputs",
"custom",
"pro-table",
"ngx"
],
"bugs": {
"url": "https://github.com/ProAngular/pro-table/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/proangular"
},
"publishConfig": {
"access": "public"
},
"main": "src/main.ts"
}