-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.28 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 3.28 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
108
109
110
111
112
113
114
115
116
117
{
"name": "@angular-bootstrap/ngbootstrap",
"version": "2.1.2",
"description": "Angular UI for data-heavy apps with DataGrid grouping, Angular-native Form Builder, drag-and-drop workflows, pagination, typeahead, tree, splitter, stepper, and chips.",
"author": {
"name": "Harmeet Singh"
},
"keywords": [
"ngbootstrap",
"angular bootstrap",
"bootstrap 5",
"angular components",
"UI library",
"data-heavy apps",
"datagrid",
"data grid",
"grouping",
"grouped grid",
"table",
"pagination",
"stepper",
"wizard",
"splitter",
"resizable panes",
"tree view",
"typeahead",
"autocomplete",
"chips",
"tags input",
"drag and drop",
"form builder",
"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",
"test:ci": "jest --runInBand",
"security:audit": "corepack pnpm --ignore-workspace audit --audit-level=high",
"release:verify": "node scripts/validate-release-package.mjs",
"pack:dry-run": "npm pack ./dist/ngbootstrap --dry-run",
"clean": "rimraf dist"
},
"peerDependencies": {
"@angular/common": ">=21.0.0 <23.0.0",
"@angular/core": ">=21.0.0 <23.0.0",
"@angular/forms": ">=21.0.0 <23.0.0",
"chart.js": ">=4.4.0 <5.0.0",
"rxjs": "^7.8.0"
},
"peerDependenciesMeta": {
"chart.js": {
"optional": true
}
},
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^21.4.0",
"@angular-eslint/eslint-plugin-template": "^21.4.0",
"@angular/common": "~22.0.8",
"@angular/compiler": "~22.0.8",
"@angular/compiler-cli": "~22.0.8",
"@angular/core": "~22.0.8",
"@angular/forms": "~22.0.8",
"@angular/platform-browser": "~22.0.8",
"@angular/platform-browser-dynamic": "~22.0.8",
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"chart.js": "4.4.9",
"eslint": "^10.8.0",
"fast-png": "^6.4.0",
"iobuffer": "^5.4.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jest-preset-angular": "^16.2.0",
"ng-packagr": "~22.0.2",
"pako": "^2.2.0",
"rimraf": "^6.1.3",
"ts-jest": "^29.4.12",
"ts-node": "^10.9.2",
"typescript": "~6.0.3",
"zone.js": "^0.15.1"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"pnpm": {
"overrides": {
"@jest/reporters>glob": "^13.0.6",
"babel-plugin-istanbul>test-exclude": "^8.0.0",
"jest-config>glob": "^13.0.6",
"jest-runtime>glob": "^13.0.6"
}
}
}