-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"name": "hafizhmaulanay.live",
"description": "⚡ My portfolio built with Next.js, Tailwind, and Vercel.",
"version": "1.0.0",
"private": true,
"author": "Hafizh Maulana Yusliansyah <github.com/hafizhmaulanay>",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.0.5",
"@types/node": "18.11.10",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^0.1.5",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"gray-matter": "^4.0.3",
"motion": "^10.15.3",
"next": "13.0.5",
"next-mdx-remote": "^4.2.0",
"next-sitemap": "^3.1.32",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"swr": "^2.0.0",
"typescript": "4.9.3",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4"
}
}