-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "obs-yt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.19.1",
"@trpc/next": "^10.19.1",
"@trpc/react-query": "^10.19.1",
"@trpc/server": "^10.19.1",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"clsx": "^1.2.1",
"comfy.js": "^1.1.16",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"formik": "^2.2.9",
"framer-motion": "^10.11.2",
"next": "13.3.0",
"play-dl": "^1.9.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-youtube": "^10.1.0",
"typescript": "5.0.3",
"yup": "^1.0.2",
"zod": "^3.21.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"postcss": "^8.4.21",
"react-icons": "^4.10.1",
"tailwindcss": "^3.3.1"
}
}