2023-04-25 11:01:25 +00:00
|
|
|
{
|
|
|
|
"name": "@tldraw/docs",
|
|
|
|
"description": "A docs site for tldraw.",
|
|
|
|
"version": "0.1.1-alpha.0",
|
|
|
|
"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": {
|
|
|
|
"dev": "lazy dev:docs",
|
|
|
|
"dev:docs": "next dev",
|
|
|
|
"build": "lazy build:docs",
|
|
|
|
"build:docs": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts",
|
|
|
|
"docs:content": "ts-node --project tsconfig.content.json ./scripts/index.ts",
|
|
|
|
"content": "lazy docs:content"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/tsdoc": "^0.14.2",
|
|
|
|
"@tldraw/utils": "workspace:*",
|
|
|
|
"@types/node": "18.15.0",
|
|
|
|
"@types/react": "^18.0.24",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"eslint": "8.36.0",
|
|
|
|
"eslint-config-next": "13.2.4",
|
|
|
|
"gray-matter": "^4.0.3",
|
|
|
|
"next": "13.2.4",
|
|
|
|
"next-mdx-remote": "^4.4.1",
|
|
|
|
"next-remote-watch": "^2.0.0",
|
|
|
|
"next-themes": "^0.2.1",
|
|
|
|
"prettier": "^2.8.7",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
|
|
"rehype-highlight": "^6.0.0",
|
|
|
|
"rehype-slug": "^5.1.0",
|
|
|
|
"rehype-slug-custom-id": "^1.1.0",
|
|
|
|
"remark-gfm": "^3.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/api-extractor-model": "^7.26.4",
|
|
|
|
"@tldraw/editor": "workspace:*",
|
|
|
|
"@tldraw/file-format": "workspace:*",
|
|
|
|
"@tldraw/primitives": "workspace:*",
|
|
|
|
"@tldraw/tldraw": "workspace:*",
|
|
|
|
"@tldraw/tlschema": "workspace:*",
|
|
|
|
"@tldraw/tlstore": "workspace:*",
|
|
|
|
"@tldraw/tlsync-client": "workspace:*",
|
|
|
|
"@tldraw/tlvalidate": "workspace:*",
|
|
|
|
"@tldraw/ui": "workspace:*",
|
2023-04-25 13:32:17 +00:00
|
|
|
"lazyrepo": "0.0.0-alpha.22",
|
2023-04-25 11:01:25 +00:00
|
|
|
"rimraf": "^4.4.0",
|
|
|
|
"ts-node": "^10.9.1"
|
|
|
|
}
|
|
|
|
}
|