0c5f8dda48
* remove sponsorwall for main route * Adds sponsorship link * Remove all sponsorwall * Fix sponsorship link appearance on dark mode * Add heart icon * Fix text bug * Fix toolbar, hide resize handles on sticky * Add eraser * Update Kbd.tsx * cleanup * base zoom delta on event deltaMode * Fix image in example * Fix eraser icon * eraser tool resets to previous tool * Update EraseTool.spec.ts * Improves support for locked shapes * Update _document.tsx * Update CHANGELOG.md * Adds multiplayer menu, fix develop route in example * Tighten up top panel padding * Update top bar, bump packages * refactor TLDrawState -> TLDrawApp, mutables, new tests * Fix scaling bug, delete groups bug * fix snapping * add pressure to points * Remove mutables, rename to tldraw (or Tldraw) * Clean up types, add darkmode prop * more renaming * rename getShapeUtils to getShapeUtil * Fix file names * Fix last bugs related to renaming * Update state to app in tests * rename types to TD * remove unused styles / rename styles * slight update to panel * Fix rogue radix perf issue * Update ZoomMenu.tsx * Consolidate style panel * Fix text wrapping in text shape, improve action menu * Fix props * add indicators for tool lock * fix calloits * Add click to erase shapes * Slightly improve loading screen * Update PrimaryTools.tsx * remove force consistent filenames from tsconfig * Update useTldrawApp.tsx * fix capitalization * Update main.yml
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@tldraw/tldraw-example",
|
|
"version": "0.1.17",
|
|
"private": true,
|
|
"description": "An example project for @tldraw/tldraw.",
|
|
"author": "@steveruizok",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react",
|
|
"typescript",
|
|
"esbuild"
|
|
],
|
|
"scripts": {
|
|
"start": "node scripts/dev.mjs -w",
|
|
"build": "node scripts/build.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@liveblocks/client": "^0.12.1",
|
|
"@liveblocks/react": "^0.12.1",
|
|
"@tldraw/tldraw": "^0.1.17",
|
|
"@types/node": "^14.14.35",
|
|
"@types/react": "^16.9.55",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"concurrently": "6.0.1",
|
|
"create-serve": "1.0.1",
|
|
"dotenv": "^10.0.0",
|
|
"esbuild": "^0.13.8",
|
|
"esbuild-envfile-plugin": "^1.0.1",
|
|
"esbuild-serve": "^1.0.1",
|
|
"react": ">=16.8",
|
|
"react-dom": "^16.8 || ^17.0",
|
|
"react-router": "^5.2.1",
|
|
"react-router-dom": "^5.3.0",
|
|
"rimraf": "3.0.2",
|
|
"typescript": "4.2.3"
|
|
},
|
|
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6",
|
|
"dependencies": {
|
|
"@liveblocks/client": "^0.12.3",
|
|
"@liveblocks/react": "^0.12.3"
|
|
}
|
|
}
|