-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.44 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
{
"name": "dhis2-public-dashboard",
"description": "Public Dashboard for DHIS2",
"version": "1.0.02",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@kbox-labs/react-echarts": "^1.0.4",
"@mui/icons-material": "^5.14.5",
"@mui/material": "^5.15.14",
"@mui/x-charts": "^7.22.2",
"@mui/x-tree-view": "^7.7.0",
"@nivo/radar": "^0.87.0",
"chroma-js": "^2.4.2",
"csvtojson": "^2.0.10",
"d3": "^7.6.1",
"echarts": "^5.5.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"material-ui-snackbar-provider": "^2.0.0",
"polylabel": "^2.0.1",
"react": "latest",
"react-dom": "latest",
"react-ga4": "^2.1.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.23.0",
"react-scripts": "latest",
"react-slick": "^0.30.2",
"regression": "^2.0.1",
"science": "^1.9.3",
"slick-carousel": "^1.8.1",
"xlsx": "^0.18.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}