diff options
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 675009fd..3141a243 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -27,10 +27,13 @@ "framer-motion": "^11.0.24", "lucide-react": "^0.338.0", "next": "14.1.0", + "novel": "0.1.22", "react": "^18", "react-dom": "^18", "tailwind-merge": "^2.2.1", + "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", + "tiptap-markdown": "^0.8.10", "vaul": "^0.9.0" }, "devDependencies": { @@ -45,7 +48,6 @@ "eslint-plugin-next-on-pages": "^1.11.0", "postcss": "^8", "tailwind-scrollbar": "^3.1.0", - "tailwindcss": "^3.3.0", "typescript": "^5", "vercel": "^33.6.2", "wrangler": "^3.41.0" |