-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "@boldreports/react-reporting-components",
"version": "6.3.24",
"description": "The Bold Reports by Syncfuion components for React contains ReportViewer and ReportDesigner reporting components for enterprise web development",
"repository": {
"type": "git",
"url": "git+https://github.com/boldreports/react-reporting-components.git"
},
"keywords": [
"Bold Reports",
"Bold Report Viewer",
"Bold Report Designer",
"syncfusion",
"HTML5 JavaScript Report Viewer",
"bold reports",
"javascript",
"react components",
"react reporting tools",
"reporting tools",
"reporting ui components",
"ssrs report viewer",
"ssrs report designer",
"export report",
"report editor",
"report builder",
"rdl",
"rdlc"
],
"author": "Syncfusion Inc",
"license": "SEE LICENSE IN README.md",
"dependencies": {
"@boldreports/javascript-reporting-controls": "6.3.24"
},
"bugs": {
"url": "https://github.com/boldreports/react-reporting-components/issues"
},
"homepage": "https://boldreports.com/"
}