Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
retrouser955 committed Sep 26, 2024
2 parents 1107f56 + dc16480 commit 25df692
Show file tree
Hide file tree
Showing 13 changed files with 1,499 additions and 175 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
*.local
*.log*

package-lock.json
yarn.lock

# Dist
node_modules
dist/
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
"@radix-ui/react-tabs": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"gun": "^0.2020.1240",
"lucide-react": "^0.445.0",
"next-themes": "^0.3.0",
"react-icons": "^5.3.0",
"react-image-file-resizer": "^0.4.8",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
Expand All @@ -36,6 +38,7 @@
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.10.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@rsbuild/core": "^1.0.1",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-react": "^1.0.1",
Expand Down
Loading

0 comments on commit 25df692

Please sign in to comment.