-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.78 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
{
"name": "hanno-blog",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"hybrid": "tsx hybrid.tsx",
"fmt": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/markdown": "^0.1.3",
"@content-collections/next": "^0.2.3",
"@neondatabase/serverless": "^0.10.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-email/components": "0.0.27",
"@react-email/html": "0.0.10",
"@react-email/render": "1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"core-js": "^3.39.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"next": "^15.0.2",
"react": "19.0.0-rc-4d577fd2-20241104",
"react-dom": "19.0.0-rc-4d577fd2-20241104",
"react-email": "^3.0.2",
"resend": "4.0.0",
"simple-icons": "^13.16.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.8.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"dotenv": "^16.4.5",
"gray-matter": "^4.0.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}