-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 KB
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.1.0",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@next/env": "*",
"@stefanprobst/rehype-extract-toc": "^3.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "25.0.10",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@vercel/analytics": "^1.6.1",
"@vercel/edge-config": "^1.4.3",
"bibtex-js-parser": "^1.1.6",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"dotenv": "^17.2.3",
"eslint": "9.39.2",
"eslint-config-next": "^16.1.6",
"feed": "^5.2.0",
"globby": "^16.1.1",
"googleapis": "^164.1.0",
"json5": "^2.2.3",
"next": "15.5.14",
"next-contentlayer": "^0.3.4",
"next-share": "^0.27.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"postcss-focus-visible": "^10.0.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.6.0",
"react-is": "^19.2.4",
"react-paginate": "^8.3.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.34.5",
"shiki": "^0.14.7",
"styled-components": "^6.1.19",
"typescript": "5.9.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.23",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.10"
},
"main": "index.js",
"repository": "git@github.com:mirsazzathossain/mirsazzathossain.me.git",
"author": "mirsazzathossain <mirsazzathossain@gmail.com>",
"license": "MIT"
}