mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fixing element dependencies
This commit is contained in:
parent
3782407c76
commit
0a7e9c51d6
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fractional-indexing": "3.2.0"
|
"fractional-indexing": "3.2.0",
|
||||||
|
"perfect-freehand": "1.2.0",
|
||||||
|
"points-on-curve": "1.0.1",
|
||||||
|
"roughjs": "4.6.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"bugs": "https://github.com/excalidraw/excalidraw/issues",
|
"bugs": "https://github.com/excalidraw/excalidraw/issues",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue