-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "@boldreports/angular-reporting-components",
"version": "12.1.12",
"description": "The Bold Reports by Syncfuion components for Angular contains ReportViewer and ReportDesigner reporting components for enterprise web development",
"repository": {
"type": "git",
"url": "git+https://github.com/boldreports/angular-reporting-components.git"
},
"scripts": {
"build": "ng-packagr -p ng-package.json"
},
"author": "Syncfusion Inc",
"license": "SEE LICENSE IN README.md",
"keywords": [
"Bold Reports",
"Bold Report Viewer",
"Bold Report Designer",
"Report Viewer",
"Report Designer",
"Report Editor",
"Report Builder",
"SSRS",
"Angular Components",
"Reporting Tool",
"Syncfusion",
"UI Components",
"Web",
"Reports",
"RDL",
"RDLC",
"RDLC Viewer",
"RDL Viewer"
],
"bugs": {
"url": "https://github.com/boldreports/angular-reporting-components/issues"
},
"dependencies": {
"@boldreports/javascript-reporting-controls": "12.1.12"
},
"devDependencies": {
"@angular/common": "21.1.0",
"@angular/core": "21.1.0",
"@angular/compiler-cli": "21.1.0",
"@angular/compiler": "21.1.0",
"ng-packagr": "21.1.0 ",
"@types/ej.web.all": "^17.4.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "12.11.1"
},
"homepage": "https://boldreports.com",
"sideEffects": true
}