forked from amcharts/amcharts5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.96 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
{
"private": true,
"name": "@amcharts/amcharts5",
"version": "5.1.4",
"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",
"typecheck": "node build/build.js -- typecheck",
"generate-classes": "node build/build.js -- generate-classes",
"docs": "node build/build.js -- docs"
},
"dependencies": {
"@types/d3": "^6.7.0",
"@types/d3-chord": "^2.0.1",
"@types/d3-sankey": "^0.11.1",
"@types/d3-shape": "^2.0.0",
"@types/geojson": "^7946.0.8",
"@types/polylabel": "^1.0.5",
"@types/svg-arc-to-cubic-bezier": "^3.2.0",
"d3": "^6.2.0",
"d3-chord": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-sankey": "^0.12.3",
"d3-selection": "^1.0.2",
"d3-transition": "^1.0.1",
"markerjs2": "^2.17.2",
"pdfmake": "0.2.2",
"polylabel": "^1.1.0",
"svg-arc-to-cubic-bezier": "^3.2.0",
"tslib": "^2.2.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"core-js-builder": "^3.15.1",
"cpr": "^3.0.1",
"cross-env": "^7.0.3",
"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"
}
}