{ "name": "excali-repro", "type": "module", "private": true, "scripts": { "build": "rm -rf dist && bun build --target=browser --splitting --outdir ./dist/public ./src/index.html" }, "dependencies": { "@excalidraw/excalidraw": "^0.18.1", "react": "^19.2.6", "react-dom": "^19.2.6" }, "devDependencies": { "@types/bun": "^1.3.14", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", "typescript": "^5.9.3" } }