chore: add block suite

This commit is contained in:
lawvs
2022-10-12 12:15:57 +08:00
parent b398e2e184
commit 2f0c76ff0e
2 changed files with 248 additions and 14 deletions

View File

@@ -10,6 +10,8 @@
"lint": "next lint"
},
"dependencies": {
"@blocksuite/blocks": "^0.1.1",
"@blocksuite/editor": "^0.1.1",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
@@ -17,6 +19,8 @@
"lit": "^2.3.1",
"next": "12.3.1",
"prettier": "^2.7.1",
"quill": "^1.3.7",
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},