-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "mirsazzathossain.me",
"version": "0.1.0",
"description": "My personal portfolio website built with Next.js, Tailwind CSS, and Contentlayer",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@next/env": "*",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.1",
"bibtex-js-parser": "^1.1.6",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "^15.0.3",
"feed": "^4.2.2",
"globby": "^14.0.2",
"googleapis": "^144.0.0",
"json5": "^2.2.3",
"next": "15.0.3",
"next-contentlayer": "^0.3.4",
"next-share": "^0.27.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"postcss-focus-visible": "^10.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
"react-paginate": "^8.2.0",
"react-tippy": "^1.4.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.11.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"shiki": "^0.14.7",
"styled-components": "^6.1.12",
"typescript": "5.5.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
},
"main": "index.js",
"repository": "[email protected]:mirsazzathossain/mirsazzathossain.me.git",
"author": "mirsazzathossain <[email protected]>",
"license": "MIT"
}