-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "react-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"proxy": "https://api.jsonbin.io/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mui/icons-material": "^5.10.2",
"@reduxjs/toolkit": "^1.9.1",
"apexcharts": "^3.35.5",
"chart.js": "^4.0.1",
"html-react-parser": "^3.0.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.3",
"recharts": "^2.1.13",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@iconify/react": "^4.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/recharts": "^1.8.23",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"miragejs": "^0.1.45",
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}