feat: add fixed editorial presentation canvas

This commit is contained in:
lda
2026-07-05 17:38:41 +07:00 Verified
parent 7749a1820d
commit 905a604a74
13 changed files with 456 additions and 30 deletions
+3
View File
@@ -11,6 +11,7 @@
},
"dependencies": {
"@dagrejs/dagre": "3.0.0",
"@fontsource-variable/newsreader": "5.2.10",
"@fontsource-variable/source-sans-3": "5.2.9",
"@fontsource/barlow-condensed": "5.2.8",
"@fontsource/ibm-plex-mono": "5.2.7",
@@ -22,6 +23,7 @@
"valibot": "1.4.2"
},
"devDependencies": {
"@tailwindcss/vite": "4.3.2",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
@@ -29,6 +31,7 @@
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.3",
"jsdom": "29.1.1",
"tailwindcss": "4.3.2",
"vite": "8.1.2",
"vitest": "4.1.9"
}