98cc0d4cac
* Initial commit with mobx * Convert more to mobx * Make useCameraCss reactive (autorun) * Move more items to mobx * Fix more invalid components and layout hooks that needed to be reactive * Add autorun to css layout effect * Remove centric specific yarn.lock changes * mild cleanup * update from main * add tests, example * cleanup * minor tweak to advanced example * Update app.tsx * Optimizations around events not being memoized * Support className property on SVGContainer * Add data-type to shape container to aid with external styling * Fix classnames * Fixes bug on text shapes / shapes with refs * v1.1.9-beta.1 * v1.1.9-beta.2 * Drop mobx as a dependency for core * v1.1.9-beta.3 * rename * Revert "Drop mobx as a dependency for core" This reverts commit 2d93f84a87f0c709e55fb2766519bfde03f8e854. * remove unused code from utils, move curve to separate package * v1.1.9-beta.4 * Add pretty-quick * Update package.json * Renamings Co-authored-by: Noah Shipley <nshipley@centricsoftware.com> Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
35 lines
940 B
JSON
35 lines
940 B
JSON
{
|
|
"version": "1.1.5",
|
|
"name": "@tldraw/core-example-simple",
|
|
"description": "A simple example project for @tldraw/core.",
|
|
"author": "@steveruizok",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tldraw/core.git"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start:core": "node scripts/dev.mjs -w",
|
|
"build": "node scripts/build.mjs"
|
|
},
|
|
"files": [],
|
|
"devDependencies": {
|
|
"@tldraw/core": "^1.1.5",
|
|
"@tldraw/vec": "^1.1.5",
|
|
"@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",
|
|
"esbuild": "^0.13.8",
|
|
"esbuild-serve": "^1.0.1",
|
|
"mobx": "^6.3.7",
|
|
"mobx-react-lite": "^3.2.2",
|
|
"react": ">=16.8",
|
|
"react-dom": "^16.8 || ^17.0",
|
|
"rimraf": "3.0.2",
|
|
"typescript": "4.2.3"
|
|
},
|
|
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
|
|
}
|