-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
78 lines (78 loc) · 2.3 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
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
{
"private": true,
"name": "@amcharts/amcharts5",
"version": "5.10.7",
"author": "amCharts <contact@amcharts.com> (https://www.amcharts.com/)",
"description": "amCharts 5",
"homepage": "https://www.amcharts.com/",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://www.amcharts.com/support/",
"email": "contact@amcharts.com"
},
"repository": {
"type": "git",
"url": "https://github.com/amcharts/amcharts5.git"
},
"keywords": [
"amcharts",
"javascript",
"charts",
"typescript"
],
"sideEffects": false,
"scripts": {
"build": "node build/build.js -- build",
"build:fonts": "node build/build.js -- build:fonts",
"build:script": "node build/build.js -- build:script",
"build:geodata": "cross-env NODE_OPTIONS=--max_old_space_size=10240 node build/build.js -- build:geodata",
"examples": "node build/build.js -- examples",
"run-example": "node build/build.js -- run-example",
"typecheck": "node build/build.js -- typecheck",
"generate-classes": "node build/build.js -- generate-classes",
"docs": "node build/build.js -- docs"
},
"dependencies": {
"@types/d3": "^7.0.0",
"@types/d3-chord": "^3.0.0",
"@types/d3-hierarchy": "3.1.1",
"@types/d3-sankey": "^0.11.1",
"@types/d3-shape": "^3.0.0",
"@types/geojson": "^7946.0.8",
"@types/polylabel": "^1.0.5",
"@types/svg-arc-to-cubic-bezier": "^3.2.0",
"d3": "^7.0.0",
"d3-shape": "^3.0.0",
"d3-force": "^3.0.0",
"d3-hierarchy": "^3.0.0",
"d3-chord": "^3.0.0",
"d3-geo": "^3.0.0",
"d3-sankey": "^0.12.3",
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.0",
"d3-voronoi-treemap": "^1.1.2",
"flatpickr": "^4.6.9",
"markerjs2": "^2.29.4",
"pdfmake": "^0.2.2",
"polylabel": "^1.1.0",
"seedrandom": "^3.0.5",
"svg-arc-to-cubic-bezier": "^3.2.0",
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/seedrandom": "^3.0.5",
"ansi-colors": "^4.1.1",
"core-js-builder": "^3.15.1",
"cpr": "^3.0.1",
"cross-env": "^7.0.3",
"http-server": "^14.1.0",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"string-replace-loader": "^3.0.2",
"sucrase": "^3.20.0",
"typedoc": "0.16.11",
"typescript": "~4.3",
"webpack": "^5.1.3"
}
}