-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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": "digital-home",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@studio-freight/react-lenis": "^0.0.47",
"@vercel/og": "^0.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"date-fns": "^4.0.0",
"dotenv": "^16.0.3",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.3",
"next": "15.1.3",
"gray-matter": "^4.0.3",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.0",
"nodemailer": "^6.9.14",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.52.2",
"react-icons": "^5.3.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"shiki": "^1.24.4",
"sonner": "^1.4.0",
"swr": "^2.0.3",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "22.10.3",
"@types/nodemailer": "^6.4.15",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"postcss": "^8.4.23",
"prettier": "^3.0.0",
"prettier-eslint": "16.3.0",
"tailwindcss": "^3.3.2",
"typescript": "5.7.2"
},
"resolutions": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}