tldraw/examples/core-example/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

35 lines
No EOL
938 B
JSON

{
"version": "1.7.0",
"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.6.1",
"@tldraw/vec": "^1.6.1",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"concurrently": "^7.0.0",
"esbuild": "^0.14.18",
"esbuild-serve": "^1.0.1",
"mobx": "^6.3.13",
"mobx-react-lite": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.6.4"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}