mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 22:11:55 +03:00
15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"name": "@toeverything/components/board-draw",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mui/icons-material": "^5.8.0",
|
|
"@tldraw/core": "^1.12.0",
|
|
"@tldraw/intersect": "^1.7.1",
|
|
"@tldraw/vec": "^1.7.0",
|
|
"mobx": "^6.6.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-hotkeys-hook": "^3.4.6"
|
|
}
|
|
}
|