2023-04-25 11:01:25 +00:00
|
|
|
{
|
|
|
|
"name": "examples.tldraw.com",
|
|
|
|
"description": "A tiny little drawing app (development).",
|
|
|
|
"version": "2.0.0-alpha.11",
|
|
|
|
"private": true,
|
|
|
|
"packageManager": "yarn@3.5.0",
|
|
|
|
"author": {
|
|
|
|
"name": "tldraw GB Ltd.",
|
|
|
|
"email": "hello@tldraw.com"
|
|
|
|
},
|
|
|
|
"homepage": "https://tldraw.dev",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"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": {
|
2023-05-05 13:10:36 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
2023-04-25 11:01:25 +00:00
|
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-11 22:14:58 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
2023-05-05 13:10:36 +00:00
|
|
|
"@tldraw/assets": "workspace:*",
|
2023-04-25 11:01:25 +00:00
|
|
|
"@tldraw/tldraw": "workspace:*",
|
2023-05-11 22:14:58 +00:00
|
|
|
"@vercel/analytics": "^1.0.1",
|
|
|
|
"lazyrepo": "0.0.0-alpha.26",
|
2023-05-05 13:10:36 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-04-25 11:01:25 +00:00
|
|
|
"react-router-dom": "^6.9.0",
|
2023-05-03 13:48:46 +00:00
|
|
|
"signia": "0.1.4",
|
2023-05-11 22:14:58 +00:00
|
|
|
"signia-react": "0.1.4",
|
|
|
|
"vite": "^4.3.4"
|
2023-04-25 11:01:25 +00:00
|
|
|
}
|
|
|
|
}
|