-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.8 KB
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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^5.31.5",
"@clerk/themes": "^2.2.46",
"@hookform/resolvers": "^5.0.1",
"@huggingface/inference": "^3.13.2",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slot": "^1.2.2",
"@rollup/rollup-linux-x64-gnu": "^4.53.3",
"@supabase/supabase-js": "^2.49.6",
"@tailwindcss/vite": "^4.1.7",
"@uiw/react-md-editor": "^4.0.4",
"@xenova/transformers": "^2.17.2",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-state-city": "^3.2.1",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"lucide-react": "^0.511.0",
"motion": "^12.14.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"react-router-dom": "^7.6.0",
"react-spinners": "^0.17.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.25.7"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"tw-animate-css": "^1.3.0",
"vite": "^6.3.5"
}
}