-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "viciana.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^15.1.6",
"@phosphor-icons/react": "^2.1.7",
"@vercel/speed-insights": "^1.1.0",
"date-fns": "^4.1.0",
"eslint": "^9.19.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.474.0",
"next": "^15.1.6",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-code-extra": "^1.0.1",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/typography": "^0.5.16",
"eslint-config-next": "^15.1.6",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.3"
}
}