-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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": "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.2",
"class-variance-authority": "^0.7.0",
"gray-matter": "^4.0.3",
"next": "^14.2.4",
"next-seo": "^6.5.0",
"nextjs-progressbar": "^0.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-prism": "^1.3.6",
"remixicon": "^4.3.0",
"rss": "^1.2.2",
"sass": "^1.77.7",
"tailwind-merge": "^2.4.0",
"trim": ">=1.0.1"
},
"devDependencies": {
"@catppuccin/highlightjs": "^0.2.2",
"@next/third-parties": "^14.2.5",
"@playwright/test": "^1.45.1",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/remark-prism": "^1.3.7",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.0",
"rehype-highlight": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"tailwindcss": "^3.4.4",
"typescript": "5.5.3",
"unified": "^11.0.5"
}
}