-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.54 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "youtube2text",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --write"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@nextui-org/react": "^2.1.13",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.1",
"@tailwindcss/forms": "^0.5.5",
"@vercel/analytics": "^1.0.2",
"ai": "^2.2.12",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"country-flag-icons": "^1.5.7",
"framer-motion": "^10.16.4",
"jotai": "^2.4.0",
"nanoid": "^5.0.1",
"next": "13.5.2",
"next-intl": "3.0.0-rc.2",
"openai": "^4.8.0",
"postcss": "8.4.28",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-cookie": "^6.1.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"ytdl-core": "^4.11.5",
"zod": "^3.22.2"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.1.0",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"encoding": "^0.1.13",
"eslint": "8.48.0",
"eslint-config-mkw": "^1.1.8",
"eslint-config-next": "13.4.19",
"postcss-import": "^15.1.0",
"prettier": "^3.0.2",
"supabase": "^1.99.5",
"typescript": "5.2.2"
},
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"semver@<7.5.2": ">=7.5.2"
}
}
}