tldraw/apps/www/package.json
Steve Ruiz c54c800675
[improvement] local copy and export for images (#669)
* local images

use assets for local copy

add menu options

* clean up packages

* cleanup unused content, move file handling into app.paste

* Add tldraw-assets.json to other files.

* add path to editor

* Update build.mjs

* add export to server example with link to gist

* Fix onAssetCreate and onAssetDelete APIs

* Update yarn.lock

* fix bugs on paste, adjust api for getting images, fix readonly on cut, copy, paste

* re-enable swc

* paste svg strings as svg images

* cleanup

* fix string case for tldraw json
2022-05-11 14:25:08 +01:00

51 lines
No EOL
1.3 KiB
JSON

{
"name": "@tldraw/www",
"version": "1.6.2",
"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.14.0",
"@liveblocks/react": "^0.14.0",
"@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.9.1",
"@tldraw/tldraw": "^1.11.1",
"@types/next-auth": "^3.15.0",
"aws-sdk": "^2.1053.0",
"chrome-aws-lambda": "8.0.2",
"next": "^12.0.7",
"next-auth": "^4.0.5",
"next-pwa": "^5.4.4",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.17.1",
"@tldraw/core": "*",
"@tldraw/tldraw": "*",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"typescript": "^4.5.2"
},
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
}