-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 834 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 834 Bytes
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
{
"name": "@highcharts/react",
"version": "4.2.1",
"type": "module",
"description": "Official Highcharts integration for React",
"repository": {
"type": "git",
"url": "git+https://github.com/highcharts/highcharts-react"
},
"contributors": [
"Highsoft R&D <lab@highsoft.com>"
],
"license": "See license in LICENSE",
"private": true,
"scripts": {
"build": "npx tsc"
},
"peerDependencies": {
"@types/react": ">=18",
"react": ">=18",
"react-dom": ">=18",
"highcharts": ">=12.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"typescript": "*"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"highcharts",
"highcharts stock",
"higcharts maps",
"react",
"charting"
]
}