refactor(document): move document domain core to document/ package

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-05 12:39:20 +02:00
parent bb7d872a61
commit e85057bed2
2371 changed files with 385726 additions and 1971 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"jsdom": "^29.0.2"
}
}