-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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
{
"name": "cbm_2024",
"url": "https://christianbmartinez.com",
"contributors": [
{
"name": "Christian B. Martinez",
"url": "https://christianbmartinez.com"
},
{
"name": "Lee Rob",
"url": "https://vercel.com"
}
],
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"email": "email dev --dir components/email"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",
"@react-email/components": "^0.0.31",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"next": "15.1.2",
"next-mdx-remote": "^5.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-email": "^3.0.4",
"react-icons": "^5.4.0",
"react-share": "^5.1.1",
"resend": "^4.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.0.0-beta.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/postcss": "^4.0.0-beta.8",
"@types/bun": "latest",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "19.0.2",
"bright": "^0.8.5",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"postcss": "^8.4.49",
"typescript": "5.7.2"
},
"module": "index.ts"
}