Skip to content

Commit

Permalink
Merge pull request #1 from cesardeazevedo/split-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo authored Aug 5, 2024
2 parents 153dd41 + e08dcf0 commit 8ccbab7
Show file tree
Hide file tree
Showing 50 changed files with 2,648 additions and 1,738 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default [
eslintPluginPrettierRecommended,
{
rules: {
'prettier/prettier': 0,
'@typescript-eslint/consistent-type-imports': 'error',
},
},
Expand Down
7 changes: 6 additions & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,25 @@
"dependencies": {
"@tabler/icons-react": "^3.11.0",
"@tiptap/core": "^2.5.4",
"@tiptap/extension-dropcursor": "^2.5.8",
"@tiptap/extension-image": "^2.5.4",
"@tiptap/extension-paragraph": "^2.5.8",
"@tiptap/extension-task-item": "^2.5.4",
"@tiptap/extension-task-list": "^2.5.4",
"@tiptap/extension-youtube": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/react": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/suggestion": "^2.5.8",
"@uidotdev/usehooks": "^2.4.1",
"luxon": "^3.4.4",
"nostr-editor": "link:../..",
"nostr-tools": "^2.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-json-view": "^1.21.3",
"react-tweet": "^3.2.1"
"react-tweet": "^3.2.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
Expand Down
60 changes: 49 additions & 11 deletions examples/react/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ccbab7

Please sign in to comment.