forked from trevorsharp/youtubecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "youtubecast",
"version": "1.1.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && prettier --check . && next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@distube/ytdl-core": "4.14.4",
"@hookform/resolvers": "3.9.0",
"@t3-oss/env-nextjs": "0.10.1",
"@tailwindcss/forms": "0.5.3",
"@upstash/redis": "1.32.0",
"cookie": "0.5.0",
"geist": "1.3.0",
"googleapis": "105.0.0",
"next": "14.2.4",
"node-cache": "5.1.2",
"podcast": "2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.52.1",
"zod": "3.23.3"
},
"devDependencies": {
"@types/cookie": "0.5.1",
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/prettier": "2.7.2",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint": "8.57.0",
"postcss": "8.4.39",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier": "3.3.2",
"tailwindcss": "3.4.3",
"typescript": "5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.36.1"
}
}