-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
44 lines (44 loc) · 1.14 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
{
"dependencies": {
"@floating-ui/react": "^0.26.22",
"@midudev/tailwind-animations": "0.0.7",
"@supabase/auth-helpers-nextjs": "0.10.0",
"@supabase/auth-helpers-react": "0.5.0",
"@supabase/supabase-js": "2.45.0",
"@tabler/icons-react": "3.11.0",
"atropos": "2.0.2",
"autoprefixer": "10.4.19",
"canvas-confetti": "^1.9.3",
"eslint": "9.8.0",
"eslint-config-next": "14.2.5",
"flowbite": "2.4.1",
"geist": "1.3.1",
"html-to-image": "1.11.11",
"next": "14.2.5",
"postcss": "8.4.40",
"react": "18.3.1",
"react-dom": "18.3.1",
"zustand": "4.5.4"
},
"devDependencies": {
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "8.0.0",
"clsx": "2.1.1",
"eslint-config-prettier": "9.1.0",
"standard": "17.1.0",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.7",
"tailwindcss-textshadow": "2.1.3",
"typescript": "5.5.4"
},
"name": "miduconf.com",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"lint:eslint": "npm run lint",
"start": "next start"
},
"version": "0.1.0"
}