-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.29 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "lanlee-salon",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.9.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.9",
"formik": "^2.2.9",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"leaflet": "^1.9.4",
"million": "^2.6.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-big-calendar": "^1.8.6",
"react-calendar": "^4.7.0",
"react-data-table-component": "^7.5.4",
"react-dom": "^18.2.0",
"react-facebook": "^9.0.12",
"react-icons": "^4.10.1",
"react-infinite-scroll": "^0.1.5",
"react-infinite-scroll-component": "^6.1.0",
"react-input-mask": "^2.0.4",
"react-leaflet": "^4.2.1",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.14.2",
"react-signature-canvas": "^1.0.6",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.2",
"recharts": "^2.5.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-autofill": "^1.0.2",
"tailwindcss-border-gradients": "^2.0.3",
"tailwindcss-gradients": "^3.0.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@gradin/tailwindcss-scrollbar": "^3.0.1",
"@kamona/tailwindcss-perspective": "^0.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.3",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"tailwindcss-css-filters": "^2.1.0",
"tailwindcss-debug-screens": "^2.2.1",
"tailwindcss-highlights": "^1.0.0",
"tailwindcss-labeled-groups": "^0.0.2",
"tailwindcss-tooltip-arrow-after": "^1.0.0",
"vite": "^4.5.3"
}
}