-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "spotify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slider": "^1.1.2",
"@stripe/stripe-js": "^2.1.11",
"@supabase/auth-helpers-nextjs": "^0.8.5",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.38.4",
"next": "14.0.1",
"query-string": "^8.1.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-player": "^2.13.0",
"react-toastify": "^9.1.3",
"sonner": "^1.2.0",
"stripe": "^14.3.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"uniqid": "^5.4.0",
"zustand": "^4.4.6"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}