-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "rezafikkri.github.io",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "pnpm dlx serve@latest out",
"post": "node ./lib/generate-post.mjs",
"update-sitemap": "node ./lib/update-sitemap.mjs"
},
"dependencies": {
"@inquirer/checkbox": "^4.0.3",
"@inquirer/confirm": "^5.1.0",
"@inquirer/input": "^4.1.0",
"@inquirer/number": "^3.0.4",
"@inquirer/select": "^4.0.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"eslint-config-next": "^15.1.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.0",
"next": "^15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-attr": "^3.0.3",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-attr": "^0.11.1",
"remark-definition-list": "^2.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"slug": "^10.0.0",
"strip-markdown": "^6.0.0",
"unified": "^11.0.5",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}