-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.6.7",
"classnames": "^2.5.1",
"csvtojson": "^2.0.10",
"debug": "^4.3.4",
"echarts": "^5.4.3",
"formik": "^2.4.5",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "13.5.6",
"react": "^18",
"react-csv": "^2.2.2",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.1.0",
"react-redux-toastr": "^7.4.1",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-to-print": "^2.14.15",
"react-toastify": "^10.0.5",
"react-toggle": "^4.1.3",
"reactstrap": "^9.2.2",
"redux": "^4.0.0",
"redux-debounced": "^0.5.0",
"redux-form": "^8.2.6",
"redux-thunk": "^2.3.0",
"supports-color": "^9.4.0",
"yup": "^1.3.3"
}
}