-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.24 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "puf_frontend_dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@monaco-editor/react": "^4.6.0",
"@mui/base": "^5.0.0-beta.34",
"@mui/icons-material": "^5.15.12",
"@mui/lab": "^5.0.0-alpha.167",
"@mui/x-data-grid": "^6.19.6",
"@syncfusion/ej2": "^19.4.56",
"@syncfusion/ej2-react-calendars": "^19.4.56",
"@syncfusion/ej2-react-charts": "^19.4.54",
"@syncfusion/ej2-react-dropdowns": "^19.4.56",
"@syncfusion/ej2-react-grids": "^19.4.56",
"@syncfusion/ej2-react-inputs": "^19.4.52",
"@syncfusion/ej2-react-kanban": "^19.4.52",
"@syncfusion/ej2-react-popups": "^19.4.53",
"@syncfusion/ej2-react-richtexteditor": "^19.4.56",
"@syncfusion/ej2-react-schedule": "^19.4.55",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"apexcharts": "^3.47.0",
"axios": "^1.6.7",
"bootstrap": "^4.6.2",
"btoa": "^1.2.1",
"chart.js": "^4.4.2",
"cors": "^2.8.5",
"d3": "^7.9.0",
"date-fns": "^2.30.0",
"i18next": "^23.10.1",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"material-ui-color": "^1.2.0",
"material-ui-nested-menu-item": "^1.0.2",
"module_name": "^1.0.0",
"monaco-editor": "^0.44.0",
"mpld3": "^0.5.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-addons-update": "^15.6.3",
"react-apexcharts": "^1.4.1",
"react-bootstrap": "^2.10.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.4.5",
"react-monaco-editor": "^0.54.0",
"react-native-background-actions": "^3.0.1",
"react-python-editor": "^1.4.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"react-swipeable-views": "^0.14.0",
"react-toastify": "^9.1.3",
"react-use-websocket": "^3.0.0",
"react-websocket": "^2.1.0",
"reactstrap": "^8.10.1",
"recharts": "^2.12.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "parcel src/index.html",
"start": "HOST=0.0.0.0 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*.{js,jsx}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.12",
"buffer": "^6.0.3",
"parcel": "^2.12.0",
"prettier": "2.8.1",
"process": "^0.11.10",
"tailwindcss": "^3.4.1"
}
}