-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.83 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
{
"name": "gatekeeper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prisma": "npx prisma studio",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"postinstall": "prisma generate",
"email": "email dev"
},
"dependencies": {
"@clerk/nextjs": "^4.19.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.13.5",
"@prisma/client": "^4.15.0",
"@radix-ui/react-slot": "^1.0.2",
"@react-email/components": "0.0.12",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"eslint-config-prettier": "^8.8.0",
"nanoid": "^5.0.4",
"next": "13.4.3",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.4",
"postcss": "8.4.23",
"postgres": "^3.4.4",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.5.3",
"react-qr-reader": "^3.0.0-beta-1",
"resend": "^2.0.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/qrcode": "^1.5.0",
"encoding": "^0.1.13",
"prisma": "^4.15.0",
"react-email": "1.10.0"
}
}