-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 942 Bytes
/
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
{
"name": "josepvidal.dev",
"version": "1.0.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "1.7.19",
"@radix-ui/react-icons": "1.3.0",
"@vercel/og": "0.6.3",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"next": "15.0.1",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hotkeys-hook": "4.5.1",
"typescript": "5.6.3"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"contentlayer": "0.3.4",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"next-contentlayer": "0.3.4",
"postcss": "8.4.47",
"prettier": "3.3.3",
"tailwindcss": "3.4.14"
}
}