-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "ivansantos.me",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"e2e:headless": "playwright test",
"e2e:ui": "playwright test --ui"
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.1.5",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"gray-matter": "^4.0.3",
"next": "^15.1.0",
"next-seo": "^6.6.0",
"nextjs-progressbar": "^0.0.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-prism": "^1.3.6",
"remixicon": "^4.5.0",
"rss": "^1.2.2",
"sass": "^1.83.0",
"tailwind-merge": "^2.5.5",
"trim": ">=1.0.1"
},
"devDependencies": {
"@catppuccin/highlightjs": "^1.0.0",
"@next/third-parties": "^15.1.0",
"@playwright/test": "^1.49.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/remark-prism": "^1.3.7",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.1",
"rehype-highlight": "^7.0.1",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tailwindcss": "^3.4.16",
"typescript": "5.7.2",
"unified": "^11.0.5"
}
}