-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.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
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": "nomad-fullstack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.9",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.6.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-google-maps/api": "^2.19.2",
"@tanstack/react-query": "^4.29.15",
"@tanstack/react-query-devtools": "^4.29.19",
"autoprefixer": "10.4.16",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"boring-avatars": "^1.10.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cobe": "^0.6.3",
"date-fns": "^2.30.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eventsource-parser": "^1.1.1",
"framer-motion": "^10.16.5",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lucide-react": "^0.293.0",
"mongodb": "^6.3.0",
"nanoid": "^5.0.4",
"next": "^13.4.3",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"openai": "^4.20.1",
"openai-edge": "^1.2.2",
"postcss": "8.4.31",
"prisma": "^5.6.0",
"react": "18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^5.4.5",
"react-markdown": "^9.0.1",
"react-modern-drawer": "^1.2.2",
"react-read-more-read-less": "^1.0.7",
"react-rough-notation": "^1.0.5",
"react-spring": "^9.7.3",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.7.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}