-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "jaylydev.github.io",
"version": "0.18.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "tsx scripts/generateSitemap.ts",
"start": "npx serve@latest out",
"lint": "next lint"
},
"dependencies": {
"@heroui/react": "^2.7.8",
"@jsdevtools/rehype-toc": "^3.0.2",
"@wooorm/starry-night": "^3.2.0",
"autoprefixer": "10.4.20",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^3.0.0",
"highlight.js": "^11.10.0",
"jszip": "^3.10.1",
"nbtify": "^2.2.0",
"next": "^16.1.5",
"next-themes": "^0.4.6",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-rehype": "^11.1.0",
"sharp": "0.34.2",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/jszip": "^3.4.0",
"@types/node": "22.13.16",
"@types/react": "18.3.12",
"@types/react-dom": "18.2.6",
"@types/uuid": "^9.0.8",
"eslint": "9.30.0",
"eslint-config-next": "^15.3.4",
"postcss": "8.4.49",
"tailwindcss": "3.4.0",
"tsx": "^4.19.2",
"typescript": "5.1.6"
}
}