Slow work on creating a textarea element thing.

This commit is contained in:
Scott Idem
2024-10-14 19:02:56 -04:00
parent 115751bcd7
commit e2a510ceaa
5 changed files with 1806 additions and 201 deletions

View File

@@ -40,6 +40,7 @@
"postcss": "^8.4.41",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"sass-embedded": "^1.79.5",
"svelte": "^4.2.0",
"svelte-check": "^4.0.0",
"svelte-highlight": "^7.7.0",
@@ -55,6 +56,10 @@
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@popperjs/core": "^2.11.8",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-color": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"dexie": "^4.0.1-beta.14",