e2814943e9
* [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>
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@tldraw/www",
|
|
"version": "1.1.4",
|
|
"private": true,
|
|
"description": "A tiny little drawing app (site).",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tldraw/tldraw.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "@steveruizok",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build:apps": "yarn build",
|
|
"build:www": "yarn build",
|
|
"build": "next build",
|
|
"serve": "next serve",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@liveblocks/client": "^0.13.0-beta.1",
|
|
"@liveblocks/react": "^0.13.0-beta.1",
|
|
"@sentry/integrations": "^6.13.2",
|
|
"@sentry/node": "^6.13.2",
|
|
"@sentry/react": "^6.13.2",
|
|
"@sentry/tracing": "^6.13.2",
|
|
"@stitches/react": "^1.2.5",
|
|
"@tldraw/core": "^1.1.4",
|
|
"@tldraw/tldraw": "^1.1.4",
|
|
"@types/next-auth": "^3.15.0",
|
|
"next": "^12.0.1",
|
|
"next-auth": "^3.29.0",
|
|
"next-pwa": "^5.4.0",
|
|
"next-themes": "^0.0.15",
|
|
"next-transpile-modules": "^9.0.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@sentry/webpack-plugin": "^1.17.1",
|
|
"@types/react": "^17.0.19",
|
|
"@types/react-dom": "^17.0.9",
|
|
"cors": "^2.8.5",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "11.1.2",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
|
|
}
|