Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 8fc1e76

Browse files
author
Luke Hinds
committed
Client install guides
1 parent 8e3c801 commit 8fc1e76

File tree

14 files changed

+686
-25
lines changed

14 files changed

+686
-25
lines changed

package-lock.json

Lines changed: 269 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@
1717
"@radix-ui/react-slot": "^1.1.0",
1818
"@radix-ui/react-switch": "^1.1.1",
1919
"@radix-ui/react-tooltip": "^1.1.4",
20+
"@types/prismjs": "^1.26.5",
21+
"@types/react-syntax-highlighter": "^15.5.13",
2022
"class-variance-authority": "^0.7.1",
2123
"clsx": "^2.1.1",
2224
"date-fns": "^4.1.0",
2325
"lucide-react": "^0.462.0",
26+
"prismjs": "^1.29.0",
2427
"react": "^18.3.1",
2528
"react-dom": "^18.3.1",
2629
"react-markdown": "^9.0.1",
2730
"react-router-dom": "^7.0.2",
31+
"react-syntax-highlighter": "^15.6.1",
2832
"recharts": "^2.14.1",
2933
"remark-gfm": "^4.0.0",
3034
"tailwind-merge": "^2.5.5",

0 commit comments

Comments
 (0)