tldraw/apps/vscode/editor/package.json
alex 57fb7a0650
Initial bemo worker setup (#4017)
Sets up preview deploys etc. for bemo worker.

There's enough going on here that I wanted to make it its own PR. I'll
rework david's spike on top of it once it's landed.

### Change Type

- [x] `internal` — Does not affect user-facing stuff
- [x] `chore` — Updating dependencies, other boring stuff

---------

Co-authored-by: David Sheldrick <d.j.sheldrick@gmail.com>
2024-07-01 11:35:23 +00:00

53 lines
1.3 KiB
JSON

{
"name": "@tldraw/vscode-editor",
"description": "An an editor for the tldraw vscode extension.",
"version": "2.0.0-alpha.0",
"private": true,
"author": {
"name": "tldraw Inc.",
"email": "hello@tldraw.com"
},
"homepage": "https://tldraw.dev",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/tldraw/tldraw"
},
"bugs": {
"url": "https://github.com/tldraw/tldraw/issues"
},
"keywords": [
"tldraw",
"drawing",
"app",
"development",
"whiteboard",
"canvas",
"infinite"
],
"scripts": {
"build": "yarn run -T tsx scripts/build.ts",
"dev": "yarn run -T tsx scripts/dev.ts",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "yarn run -T tsx ../../../scripts/lint.ts"
},
"devDependencies": {
"@tldraw/assets": "workspace:*",
"@types/fs-extra": "^11.0.1",
"@types/node": "~20.11",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.1.8",
"concurrently": "^8.2.2",
"create-serve": "1.0.1",
"dotenv": "^16.3.1",
"esbuild": "^0.21.5",
"fs-extra": "^11.1.0",
"lazyrepo": "0.0.0-alpha.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tldraw": "workspace:*",
"tslib": "^2.6.2"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}