-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.06 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.06 KB
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
{
"name": "ship-fast-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev & npx next-video sync -w",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@auth/mongodb-adapter": "^3.7.4",
"@headlessui/react": "^1.7.18",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.43.2",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crisp-sdk-web": "^1.0.22",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"form-data": "^4.0.0",
"lucide-react": "^0.376.0",
"mailgun.js": "^9.4.1",
"mongodb": "^6.0.0",
"mongoose": "^8.9.5",
"next": "^14.2.25",
"next-auth": "^4.24.7",
"next-sitemap": "^4.2.3",
"next-video": "^1.1.0",
"nextjs-toploader": "^1.6.11",
"nodemailer": "^6.9.13",
"posthog-js": "^1.139.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.4.0",
"react-markdown": "^9.0.1",
"react-tooltip": "^5.26.3",
"resend": "^3.4.0",
"slugify": "^1.6.6",
"stripe": "^13.11.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/mdx": "^2.0.12",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.1",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}