not so initial commit

This commit is contained in:
2026-01-11 03:50:03 +01:00
commit a2016e2b0e
41 changed files with 54638 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3",
"slate": "^0.120.0",
"slate-react": "^0.120.0"
},
"devDependencies": {
"@types/bun": "^1.3.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3"
}
}