-
Notifications
You must be signed in to change notification settings - Fork 402
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "ghostty-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"format": "biome format --write ."
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@next/mdx": "^16.1.6",
"@r4ai/remark-callout": "^0.6.2",
"classnames": "^2.5.1",
"fast-xml-parser": "^5.3.7",
"gray-matter": "^4.0.3",
"lucide-react": "^0.575.0",
"mermaid": "^11.12.3",
"next": "^16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-intersection-observer": "^10.0.3",
"rehype-highlight": "^7.0.2",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"slugify": "^1.6.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@types/node": "^25.3.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"typescript": "^5.9.3"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}