forked from amcharts/amcharts4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.95 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
{
"private": true,
"name": "@amcharts/amcharts4",
"version": "4.10.17",
"repository": {
"type": "git",
"url": "https://github.com/amcharts/amcharts4.git"
},
"scripts": {
"clean": "rimraf ./dist",
"build:tsc": "cross-env NODE_OPTIONS=--max_old_space_size=8192 tsc --project tsconfig.json",
"build:script": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node build/build.js",
"build": "yarn run clean && yarn run build:tsc && yarn run build:script",
"docs": "cross-env NODE_OPTIONS=--max_old_space_size=8192 typedoc --out dist/docs --ignoreCompilerErrors --excludeExternals --excludeNotExported --excludePrivate --excludeProtected src"
},
"browser": {
"canvas": false,
"fs": false,
"jsdom": false,
"jsdom/lib/jsdom/living/generated/utils": false,
"jsdom/lib/jsdom/utils": false,
"http": false,
"https": false,
"xmldom": false,
"url": false
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"core-js": "^3.0.0",
"d3-force": "^2.0.1",
"d3-geo": "^2.0.1",
"d3-geo-projection": "^3.0.0",
"pdfmake": "^0.1.36",
"polylabel": "^1.0.2",
"raf": "^3.4.1",
"regression": "^2.0.1",
"rgbcolor": "^1.0.1",
"stackblur-canvas": "^2.0.0",
"tslib": "^2.0.1",
"venn.js": "^0.2.20",
"xlsx": "^0.16.4"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@types/d3-force": "^1.2.1",
"@types/d3-geo": "^1.11.1",
"@types/geojson": "^7946.0.6",
"@types/polylabel": "^1.0.5",
"@types/regression": "^2.0.0",
"babel-loader": "^8.0.5",
"cross-env": "^7.0.2",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.0",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.0.0",
"typedoc": "^0.16.0",
"typescript": "3.6.5",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^3.0.0",
"webpack-hashed-chunk-id-plugin": "^1.0.3-beta"
}
}