forked from midudev/miduconf-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "miduconf.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:eslint": "npm run lint"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "0.7.4",
"@supabase/auth-helpers-react": "0.4.2",
"@supabase/supabase-js": "2.33.1",
"@tabler/icons-react": "2.34.0",
"atropos": "2.0.2",
"autoprefixer": "10.4.15",
"canvas-confetti": "1.6.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"flowbite": "1.8.1",
"html-to-image": "1.11.11",
"next": "13.4.19",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"zustand": "4.4.1"
},
"devDependencies": {
"@types/react": "18.2.21",
"@typescript-eslint/eslint-plugin": "6.6.0",
"clsx": "2.0.0",
"eslint-config-prettier": "9.0.0",
"standard": "17.1.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-textshadow": "2.1.3",
"typescript": "5.2.2"
}
}