-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "material-tailwind-dashboard-react",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"start": "react-scripts start",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "2.0.12",
"@material-tailwind/react": "^1.2.4",
"aos": "^2.3.4",
"apexcharts": "3.35.5",
"axios": "^1.3.0",
"chart.js": "^4.1.2",
"flowbite": "^1.6.3",
"flowbite-datepicker": "^1.2.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-bootstrap": "^2.7.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.8",
"react-fullscreen-loading": "^0.0.4",
"react-google-charts": "^4.0.0",
"react-minimal-pie-chart": "^8.4.0",
"react-redux": "^8.0.5",
"react-router-dom": "6.4.2",
"react-toastify": "^9.1.1",
"react-uploader": "^3.3.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"tw-elements": "^1.0.0-alpha13",
"use-gauge": "^0.5.0",
"uuidv4": "^6.2.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "^3.2.4",
"vite": "3.1.0"
}
}