-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.65 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "secureshare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"prepare": "husky install",
"test": "",
"email": "email dev"
},
"prisma": {
"schema": "src/prisma/schema.prisma"
},
"dependencies": {
"@clerk/nextjs": "^4.23.4",
"@clerk/themes": "^1.7.5",
"@hookform/resolvers": "^3.1.1",
"@livekit/components-react": "^1.2.0",
"@livekit/components-styles": "^1.0.6",
"@prisma/client": "^5.0.0",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-email/button": "0.0.10",
"@react-email/column": "0.0.7",
"@react-email/components": "^0.0.7",
"@react-email/html": "0.0.4",
"@supabase/supabase-js": "^2.32.0",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@upstash/qstash": "^2.1.2",
"@vercel/analytics": "^1.0.2",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"formidable": "^3.5.0",
"formidable-upload-koa": "^1.0.1",
"livekit-client": "^1.13.3",
"livekit-server-sdk": "^1.2.6",
"lucide-react": "^0.263.2-beta.0",
"next": "13.4.9",
"next-compose-plugins": "^2.2.1",
"next-superjson-plugin": "^0.5.9",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "1.9.4",
"react-hook-form": "^7.45.2",
"resend": "^1.1.0",
"save-dev": "^0.0.1-security",
"tailwind-merge": "^1.14.0",
"typescript": "5.1.6",
"uainfer": "^0.5.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.2",
"@types/formidable": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"daisyui": "^3.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.25",
"prisma": "^5.0.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.7"
}
}