-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.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
{
"name": "generation-hotdog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "1.0.3",
"@radix-ui/react-checkbox": "1.0.3",
"@radix-ui/react-dialog": "1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.4",
"@radix-ui/react-hover-card": "1.0.5",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-toast": "1.1.3",
"@radix-ui/react-toggle": "1.0.2",
"@radix-ui/react-tooltip": "1.0.5",
"@supabase/supabase-js": "2.15.0",
"class-variance-authority": "0.5.1",
"clsx": "1.2.1",
"emoji-picker-react": "4.4.8",
"framer-motion": "10.11.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.10.0",
"react-router-dom": "6.10.0",
"remeda": "1.12.0",
"tailwind-merge": "1.12.0",
"tailwindcss-animate": "1.0.5",
"twin.macro": "3.3.0",
"vanilla-tilt": "1.8.0",
"vite-tsconfig-paths": "4.0.8"
},
"devDependencies": {
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react-swc": "3.0.0",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"tailwindcss": "3.3.1",
"typescript": "4.9.3",
"vite": "4.2.0"
}
}