add block feature
This commit is contained in:
14
package.json
14
package.json
@@ -16,7 +16,7 @@
|
||||
"@floating-ui/react": "^0.23.1",
|
||||
"@headlessui/react": "^1.7.14",
|
||||
"@nostr-connect/connect": "^0.4.0",
|
||||
"@tanstack/react-query": "^4.29.5",
|
||||
"@tanstack/react-query": "^4.29.7",
|
||||
"@tanstack/react-virtual": "3.0.0-beta.54",
|
||||
"@tauri-apps/api": "^1.3.0",
|
||||
"@vidstack/react": "^0.4.5",
|
||||
@@ -25,12 +25,12 @@
|
||||
"jotai": "^2.1.0",
|
||||
"light-bolt11-decoder": "^3.0.0",
|
||||
"nostr-relaypool": "^0.6.27",
|
||||
"nostr-tools": "^1.10.1",
|
||||
"nostr-tools": "^1.11.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-virtuoso": "^4.3.6",
|
||||
"react-virtuoso": "^4.3.7",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"slate": "^0.94.1",
|
||||
"slate-history": "^0.93.0",
|
||||
@@ -43,7 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@tauri-apps/cli": "^1.3.1",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/node": "^18.16.13",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@types/youtube-player": "^5.5.7",
|
||||
@@ -59,9 +59,9 @@
|
||||
"rome": "12.1.0",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.3.5",
|
||||
"vite-plugin-ssr": "^0.4.123",
|
||||
"vite-plugin-top-level-await": "^1.3.0",
|
||||
"vite": "^4.3.8",
|
||||
"vite-plugin-ssr": "^0.4.126",
|
||||
"vite-plugin-top-level-await": "^1.3.1",
|
||||
"vite-tsconfig-paths": "^4.2.0",
|
||||
"ws": "^8.13.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user