Skip to content

Commit

Permalink
Fix bundle size issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Sep 29, 2024
1 parent 4176c78 commit 6deef11
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 692 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

stats.html
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@tiptap/extension-hard-break": "^2.6.6",
"@tiptap/extension-document": "^2.6.6",
"@tiptap/extension-hard-break": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-paragraph": "^2.6.6",
"@tiptap/extension-text": "^2.6.6",
Expand All @@ -44,6 +44,8 @@
"globals": "^15.9.0",
"happy-dom": "^15.0.0",
"prettier": "^3.3.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
Expand All @@ -53,19 +55,20 @@
"engines": {
"node": ">=18.16.1"
},
"dependencies": {
"peerDependencies": {
"@tiptap/core": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"extract-domain": "^5.0.2",
"light-bolt11-decoder": "^3.1.1",
"linkifyjs": "^4.1.3",
"nostr-tools": "^2.7.2",
"prosemirror-markdown": "^1.13.0",
"prosemirror-model": "^1.22.3",
"prosemirror-state": "^1.4.3",
"tiptap-markdown": "^0.8.10",
"tlds": "^1.254.0"
"tiptap-markdown": "^0.8.10"
},
"dependencies": {
"light-bolt11-decoder": "^3.1.1"
}
}

Loading

0 comments on commit 6deef11

Please sign in to comment.