mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"name": "examples",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"@excalidraw/excalidraw": "*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|