-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "sdk4ed-dashboard",
"version": "0.0.2",
"description": "SDK4ED Dashboard",
"author": "Darius Sas <darius.sas@outlook.com>",
"license": "MIT",
"dependencies": {
"@naisutech/react-tree": "0.1.7",
"devextreme": "19.2.6",
"google-map-react": "^1.0.6",
"highcharts": "^8.0.4",
"highcharts-export-csv": "^1.4.8",
"highcharts-react-official": "^3.0.0",
"jwt-decode": "^3.0.0",
"keycloak-js": "^9.0.0",
"lodash": "^4.17.15",
"mdbreact": "4.15.0",
"plotly.js": "^1.48.3",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-animated-tree": "^1.0.10",
"react-csv": "^2.2.2",
"react-dom": "16.8.6",
"react-icons": "^3.7.0",
"react-iframe": "1.8.0",
"react-paginate": "^6.3.2",
"react-plotly.js": "^2.3.0",
"react-router-dom": "4.3.1",
"react-scripts": "2.1.3",
"react-select": "^3.0.8",
"react-simple-tree-menu": "1.1.15",
"react-tree-graph": "4.0.1",
"react-treebeard": "3.2.4",
"reactstrap": "^8.4.1",
"styled-components": "^4.3.2",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}