-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "material-tailwind-kit-react",
"private": true,
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "2.0.18",
"@material-tailwind/react": "^2.1.4",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"axios": "^1.7.7",
"chart.js": "^4.4.5",
"emailjs-com": "^3.2.0",
"js-cookie": "^3.0.5",
"material-tailwind-kit-react": "file:",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-router-dom": "6.17.0",
"react-toastify": "^10.0.6",
"recharts": "^2.13.0",
"styled-components": "^6.1.13",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"tailwindcss": "^3.4.14",
"vite": "^4.5.0"
}
}