-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.49 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.49 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
{
"name": "@angular-bootstrap/ngbootstrap",
"version": "0.0.13",
"description": "Angular UI library providing datagrid, drag-and-drop, pagination, stepper, splitter, typeahead and chips components with Bootstrap-friendly styling.",
"author": {
"name": "Harmeet Singh"
},
"keywords": ["ngbootstrap", "angular bootstrap", "bootstrap 5", "angular components", "UI library", "datagrid", "data grid", "table", "pagination", "stepper", "wizard", "splitter", "resizable panes", "tree view", "typeahead", "autocomplete", "chips", "tags input", "drag and drop", "dnd", "accessibility", "a11y", "ARIA", "reactive forms", "standalone components."],
"repository": {
"type": "git",
"url": "git+https://github.com/angular-bootstrap/ngbootstrap.git"
},
"bugs": {
"url": "https://github.com/angular-bootstrap/ngbootstrap/issues"
},
"homepage": "https://github.com/angular-bootstrap/ngbootstrap#readme",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"build": "ng-packagr -p ng-package.json",
"watch": "ng-packagr -p ng-package.json --watch",
"lint": "eslint \"src/**/*.{ts,html}\"",
"test": "jest",
"clean": "rimraf dist"
},
"peerDependencies": {
"@angular/common": ">=21.0.0 <22.0.0",
"@angular/core": ">=21.0.0 <22.0.0",
"@angular/forms": ">=21.0.0 <22.0.0",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"rxjs": "^7.8.0",
"xlsx": "^0.18.0"
},
"peerDependenciesMeta": {
"jspdf": {
"optional": true
},
"jspdf-autotable": {
"optional": true
},
"xlsx": {
"optional": true
}
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^21.1.0",
"@angular-eslint/eslint-plugin-template": "^21.1.0",
"@angular/common": "~21.0.6",
"@angular/compiler": "~21.0.6",
"@angular/compiler-cli": "~21.0.6",
"@angular/core": "~21.0.6",
"@angular/forms": "~21.0.6",
"@angular/platform-browser": "~21.0.6",
"@angular/platform-browser-dynamic": "~21.0.6",
"@eslint/js": "^9.8.0",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^9.8.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-preset-angular": "^16.0.0",
"ng-packagr": "~21.0.1",
"rimraf": "^6.1.2",
"ts-jest": "^29.4.6",
"typescript": "~5.9.3",
"zone.js": "^0.15.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2"
}
}