Skip to content

Commit

Permalink
Feature: added comments, started people can comment chapter, general …
Browse files Browse the repository at this point in the history
…improvements
  • Loading branch information
siinghd committed Feb 7, 2024
1 parent ca225e4 commit 70e63dc
Show file tree
Hide file tree
Showing 29 changed files with 1,726 additions and 48 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@discordjs/next": "^0.1.1-dev.1673526225-a580768.0",
"@prisma/client": "^5.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
Expand All @@ -28,6 +29,7 @@
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"discord-oauth2": "^2.11.0",
"discord.js": "^14.14.1",
"jsonwebtoken": "^9.0.2",
Expand All @@ -42,14 +44,16 @@
"react-notion-x": "^6.16.0",
"react-resizable-panels": "^1.0.7",
"recoil": "^0.7.7",
"sharp": "^0.33.2",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.9",
"video.js": "^8.6.1",
"videojs-contrib-eme": "^3.11.1",
"videojs-mobile-ui": "^1.1.1",
"videojs-sprite-thumbnails": "^2.1.1"
"videojs-sprite-thumbnails": "^2.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit 70e63dc

Please sign in to comment.