-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.71 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
76
77
78
79
80
81
82
83
84
85
86
{
"name": "salon-hub-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-compose-refs": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"embla-carousel-react": "^8.0.0",
"hamburger-react": "^2.5.0",
"html2canvas": "^1.4.1",
"html5-qrcode": "^2.3.8",
"jspdf": "^2.5.1",
"lucide-react": "^0.336.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-qr-code": "^2.0.12",
"react-resizable-panels": "^2.0.11",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.21.3",
"react-scroll-to-top": "^3.0.0",
"react-select": "^5.8.0",
"react-speech-recognition": "^3.10.0",
"react-spinners": "^0.13.8",
"regenerator-runtime": "^0.14.1",
"sonner": "^1.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.0.8"
},
"optionalDependencies": {
"@swc/core": "^1.4.2",
"@swc/core-darwin-arm64": "^1.4.2",
"@swc/core-darwin-x64": "^1.4.2",
"@swc/core-linux-arm-gnueabihf": "^1.4.2",
"@swc/core-linux-arm64-gnu": "^1.4.2",
"@swc/core-linux-arm64-musl": "^1.4.2",
"@swc/core-linux-x64-gnu": "^1.4.2",
"@swc/core-linux-x64-musl": "^1.4.2",
"@swc/core-win32-arm64-msvc": "^1.4.2",
"@swc/core-win32-ia32-msvc": "^1.4.2",
"@swc/core-win32-x64-msvc": "^1.4.2"
}
}