-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.05 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
{
"name": "rentn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/montserrat": "^5.0.3",
"@hookform/resolvers": "^3.3.1",
"@next/font": "13.2.4",
"@prisma/client": "^4.15.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-email/components": "^0.0.6",
"@tanstack/react-query": "^5.0.5",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/mime": "^3.0.3",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/speakeasy": "^2.0.7",
"@vercel/postgres": "^0.4.1",
"axios": "^1.5.1",
"bcrypt": "^5.1.0",
"class-variance-authority": "^0.6.1",
"cloudinary": "^1.41.0",
"clsx": "^1.2.1",
"cookie": "^0.5.0",
"eslint-config-next": "13.2.4",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.0",
"lru-cache": "^9.1.2",
"mime": "^3.0.0",
"multer": "^1.4.5-lts.1",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.10.1",
"resend": "^0.15.1",
"speakeasy": "^2.0.0",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.0.2",
"uuidv4": "^6.2.13",
"zod": "^3.22.2",
"zod-validation-error": "^1.1.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.0.5",
"@types/cookie": "^0.5.1",
"@types/formidable": "^3.4.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss": "^8.4.21",
"prettier": "^3.0.1",
"prisma": "^4.15.0",
"tailwindcss": "^3.2.7"
}
}