forked from martin-sicho/genui-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "genui-gui",
"version": "0.0.0-alpha.3",
"description": "Frontend application of the GenUI project. It provides a GUI to the GenUI REST API web services.",
"author": "Martin Šícho",
"copyright": "Copyright © 2019 Nice Dash, 2019-2021 Martin Šícho. All rights reserved.",
"homepage": "https://github.com/martin-sicho/genui-gui/",
"license": "MIT",
"private": true,
"dependencies": {
"@ishawnwang/withunmounted": "^1.0.1",
"@rjsf/bootstrap-4": "^4.2.3",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"node-sass": "^7.0.1",
"plotly.js": "^2.10.1",
"react": "^18.2.0",
"react-chartjs-2": "4.3.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-fontawesome": "1.7.1",
"react-grid-layout": "1.3.4",
"react-js-pagination": "^3.0.3",
"react-plotly.js": "^2.5.1",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"reactstrap": "^9.0.1",
"weak-key": "^1.0.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}