-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "material-tailwind-dashboard-react",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"format-check": "prettier --check src/**/*.{js,jsx,css} ./*.{html,js}",
"format-write": "prettier --write src/**/*.{js,jsx,css} ./*.{html,js}"
},
"lint-staged": {
"*.{js,jsx,html,cjs,json}": [
"prettier --write",
"prettier --check"
]
},
"dependencies": {
"@heroicons/react": "2.0.12",
"@material-tailwind/react": "1.2.4",
"@supabase/supabase-js": "^2.21.0",
"apexcharts": "3.35.5",
"country-state-city": "^3.1.4",
"date-fns": "2.29.3",
"html-to-image": "1.11.11",
"js-cookie": "^3.0.5",
"jspdf": "2.5.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-datepicker": "^4.11.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.2",
"react-select": "^5.7.3",
"sweetalert": "^2.1.2",
"uid": "2.0.2"
},
"devDependencies": {
"@headlessui/react": "1.7.13",
"@tailwindcss/forms": "0.5.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"autoprefixer": "10.4.12",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"postcss": "8.4.17",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "3.1.8",
"vite": "4.3.9"
}
}