tldraw/examples/core-example-advanced/package.json
Christian Petersen e2814943e9
[feature] Add grids (#344)
* [feature] grids

* Shows relative grids at different zoom levels

* Update colors

* Restores vec and intersect to monorepo, changes vec.round to vec.toFixed, adds vec.snap

* Snapping in translate and transforms, fix shortcut

* fix bugs in build

* use grid size for nudge too

* update scripts

* Update grid.tsx

* Update grid.tsx

* Fixed!

* Update grid.tsx

* Fix package imports

* Update Editor.tsx

* Improve tsconfigs, imports

* Fix tiny arrow bugs, snap starting points to grid

* Update tsconfig.base.json

* Update shape-styles.ts

* Fix example tsconfig

* Fix translate type error

* Fix types, paths

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2021-11-26 15:14:10 +00:00

43 lines
No EOL
1.2 KiB
JSON

{
"version": "1.1.3",
"name": "@tldraw/core-example-advanced",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",
"repository": {
"type": "git",
"url": "git+https://github.com/tldraw/tldraw.git"
},
"license": "MIT",
"private": true,
"scripts": {
"build:core": "yarn build",
"start:core": "node scripts/dev.mjs -w",
"build": "node scripts/build.mjs"
},
"files": [],
"devDependencies": {
"@state-designer/react": "3.0.0",
"@stitches/react": "^1.2.5",
"@tldraw/core": "^1.1.4",
"@tldraw/intersect": "^1.1.4",
"@tldraw/vec": "^1.1.4",
"@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",
"esbuild": "^0.13.8",
"esbuild-serve": "^1.0.1",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"nanoid": "^3.1.30",
"perfect-freehand": "^1.0.16",
"react": ">=16.8",
"react-dom": "^16.8 || ^17.0",
"react-feather": "^2.0.9",
"rimraf": "3.0.2",
"typescript": "4.2.3"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}