2021-08-10 17:19:30 +00:00
|
|
|
{
|
2022-10-04 12:08:31 +00:00
|
|
|
"version": "1.7.11",
|
2022-08-09 23:18:59 +00:00
|
|
|
"name": "@tldraw/tldraw-example",
|
|
|
|
"description": "An advanced example project for @tldraw/core.",
|
2021-08-11 21:11:23 +00:00
|
|
|
"author": "@steveruizok",
|
2022-08-09 23:18:59 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tldraw/tldraw.git"
|
|
|
|
},
|
2021-08-10 17:19:30 +00:00
|
|
|
"license": "MIT",
|
2022-08-09 23:18:59 +00:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
2021-08-10 17:19:30 +00:00
|
|
|
"scripts": {
|
2022-08-09 23:18:59 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"start": "vite --port 5420",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview",
|
2022-08-11 06:08:32 +00:00
|
|
|
"lint": "TIMING=1 eslint src/ --ext .ts,.tsx",
|
2022-08-02 13:57:00 +00:00
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
2021-08-10 17:19:30 +00:00
|
|
|
},
|
2022-08-09 23:18:59 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@liveblocks/client": "^0.17.7",
|
|
|
|
"@liveblocks/react": "^0.17.7",
|
|
|
|
"@tldraw/core": "*",
|
|
|
|
"@tldraw/tldraw": "*",
|
2022-08-02 16:58:18 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-router": "^6.3.0",
|
|
|
|
"react-router-dom": "^6.3.0",
|
2022-08-09 23:18:59 +00:00
|
|
|
"vite-tsconfig-paths": "^3.5.0"
|
2021-11-22 14:00:24 +00:00
|
|
|
},
|
2022-08-09 23:18:59 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.0.15",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
|
|
"typescript": "^4.6.4",
|
|
|
|
"vite": "^3.0.0"
|
|
|
|
}
|
2022-07-28 07:19:53 +00:00
|
|
|
}
|