-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.41 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
53
{
"name": "@boldreports/angular-reporting-components",
"version": "6.3.24",
"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": "6.3.24"
},
"devDependencies": {
"@angular/common": "13.0.0",
"@angular/core": "13.0.0",
"@angular/compiler-cli": "13.0.0",
"@angular/compiler": "13.0.0",
"ng-packagr": "13.0.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
}