-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "global_inequalitiy_charts",
"version": "1.2.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"apexcharts": "^3.35.3",
"chart.js": "^3.8.0",
"chartjs-chart-sankey": "^0.9.0",
"d3": "^7.4.4",
"divi-scripts": "1.0.2-rc.0",
"html2canvas": "^1.4.1",
"multiselect": "^0.9.12",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svg-pan-zoom": "^3.6.1",
"svgmap": "git+https://github.com/convive-lab/svgMap.git#v2.9.0-convive3"
},
"scripts": {
"start": "divi-scripts start",
"build": "divi-scripts build",
"zip": "divi-scripts build && divi-scripts zip",
"eject": "divi-scripts eject"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
},
"cde": {
"gettext": "glich-global_inequalitiy_charts",
"prefix": "glich"
}
}