-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 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
{
"name": "overlayz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prisma": "prisma"
},
"dependencies": {
"@lucia-auth/adapter-postgresql": "^2.0.2",
"@lucia-auth/oauth": "^3.5.0",
"@monaco-editor/react": "^4.6.0",
"@nextui-org/react": "^2.2.9",
"@prisma/client": "5.7.1",
"@sentry/nextjs": "^7.91.0",
"@sentry/utils": "^7.103.0",
"@twurple/api": "^7.0.6",
"@twurple/auth": "^7.0.6",
"animate.css": "^4.1.1",
"chzzk": "^1.10.2",
"clsx": "^2.0.0",
"framer-motion": "^10.16.16",
"lucia": "^2.7.6",
"next": "14.1.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
"prisma": "^5.7.1",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"rooks": "^7.14.1",
"short-unique-id": "^5.0.3",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animated": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/obs-studio": "^2.17.2",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}