forked from steven-tey/novel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0608fe
commit 513c32d
Showing
6 changed files
with
959 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "novel", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Notion-style WYSIWYG editor with AI-powered autocompletions", | ||
"license": "Apache-2.0", | ||
"main": "./dist/index.js", | ||
|
@@ -27,55 +27,53 @@ | |
}, | ||
"dependencies": { | ||
"@radix-ui/react-popover": "^1.0.6", | ||
"@tiptap/core": "^2.0.3", | ||
"@tiptap/extension-color": "^2.0.3", | ||
"@tiptap/extension-highlight": "^2.0.3", | ||
"@tiptap/extension-horizontal-rule": "^2.0.3", | ||
"@tiptap/extension-image": "^2.0.3", | ||
"@tiptap/extension-link": "^2.0.0-beta.220", | ||
"@tiptap/core": "^2.1.7", | ||
"@tiptap/extension-color": "^2.1.7", | ||
"@tiptap/extension-highlight": "^2.1.7", | ||
"@tiptap/extension-horizontal-rule": "^2.1.7", | ||
"@tiptap/extension-image": "^2.1.7", | ||
"@tiptap/extension-link": "^2.1.7", | ||
"@tiptap/extension-placeholder": "2.0.3", | ||
"@tiptap/extension-task-item": "^2.0.3", | ||
"@tiptap/extension-task-list": "^2.0.3", | ||
"@tiptap/extension-text-style": "^2.0.3", | ||
"@tiptap/extension-underline": "^2.0.3", | ||
"@tiptap/pm": "^2.0.0-beta.220", | ||
"@tiptap/react": "^2.0.3", | ||
"@tiptap/starter-kit": "^2.0.0-beta.220", | ||
"@tiptap/suggestion": "^2.0.3", | ||
"@tiptap/extension-task-item": "^2.1.7", | ||
"@tiptap/extension-task-list": "^2.1.7", | ||
"@tiptap/extension-text-style": "^2.1.7", | ||
"@tiptap/extension-underline": "^2.1.7", | ||
"@tiptap/pm": "^2.1.7", | ||
"@tiptap/react": "^2.1.7", | ||
"@tiptap/starter-kit": "^2.1.7", | ||
"@tiptap/suggestion": "^2.1.7", | ||
"@types/node": "18.15.3", | ||
"@types/react": "18.0.28", | ||
"@types/react-dom": "18.0.11", | ||
"@upstash/ratelimit": "^0.4.3", | ||
"@vercel/analytics": "^1.0.1", | ||
"@vercel/blob": "^0.9.2", | ||
"@vercel/kv": "^0.2.1", | ||
"ai": "^2.1.3", | ||
"@upstash/ratelimit": "^0.4.4", | ||
"@vercel/analytics": "^1.0.2", | ||
"@vercel/blob": "^0.9.3", | ||
"@vercel/kv": "^0.2.2", | ||
"ai": "^2.2.11", | ||
"clsx": "^1.2.1", | ||
"eslint": "8.36.0", | ||
"eslint-config-next": "13.2.4", | ||
"eventsource-parser": "^0.1.0", | ||
"framer-motion": "^10.12.18", | ||
"lucide-react": "^0.244.0", | ||
"next": "13.4.8-canary.14", | ||
"openai-edge": "^1.0.0", | ||
"next": "13.4.20-canary.15", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-markdown": "^8.0.5", | ||
"react-markdown": "^8.0.7", | ||
"sonner": "^0.7.0", | ||
"tailwind-merge": "^1.13.2", | ||
"tailwind-merge": "^1.14.0", | ||
"tippy.js": "^6.3.7", | ||
"tiptap-markdown": "^0.8.1", | ||
"tiptap-markdown": "^0.8.2", | ||
"typescript": "4.9.5", | ||
"use-debounce": "^9.0.3" | ||
"use-debounce": "^9.0.4" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.5", | ||
"eslint": "^7.32.0", | ||
"postcss": "^8.4.20", | ||
"postcss": "^8.4.29", | ||
"react": "^18.2.0", | ||
"tailwind-config": "workspace:*", | ||
"tsconfig": "workspace:*", | ||
"tsup": "^7.1.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "^4.9.4" | ||
}, | ||
"author": "Steven Tey <[email protected]>", | ||
|
Oops, something went wrong.