2021-08-10 16:12:55 +00:00
|
|
|
{
|
2021-11-18 13:09:18 +00:00
|
|
|
"name": "@tldraw/www",
|
2022-07-23 14:09:37 +00:00
|
|
|
"version": "1.7.9",
|
2021-09-04 15:21:46 +00:00
|
|
|
"private": true,
|
2021-09-04 11:26:46 +00:00
|
|
|
"description": "A tiny little drawing app (site).",
|
2021-08-10 16:12:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-09-04 11:26:46 +00:00
|
|
|
"url": "git+https://github.com/tldraw/tldraw.git"
|
2021-08-10 16:12:55 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
2021-09-04 11:26:46 +00:00
|
|
|
"author": "@steveruizok",
|
2021-08-10 16:12:55 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2021-11-18 13:09:18 +00:00
|
|
|
"build:apps": "yarn build",
|
|
|
|
"build:www": "yarn build",
|
2021-08-10 16:12:55 +00:00
|
|
|
"build": "next build",
|
|
|
|
"serve": "next serve",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-25 14:38:43 +00:00
|
|
|
"@liveblocks/client": "^0.17.0-beta2",
|
|
|
|
"@liveblocks/react": "^0.17.0-beta2",
|
2021-09-22 12:17:52 +00:00
|
|
|
"@sentry/integrations": "^6.13.2",
|
|
|
|
"@sentry/node": "^6.13.2",
|
|
|
|
"@sentry/react": "^6.13.2",
|
|
|
|
"@sentry/tracing": "^6.13.2",
|
2022-06-25 14:38:43 +00:00
|
|
|
"@sentry/webpack-plugin": "^1.17.1",
|
2022-06-09 14:33:35 +00:00
|
|
|
"@stitches/react": "^1.2.8",
|
2022-05-20 13:45:10 +00:00
|
|
|
"@tldraw/core": "*",
|
|
|
|
"@tldraw/tldraw": "*",
|
2022-06-25 14:38:43 +00:00
|
|
|
"@types/react": "^18.0.12",
|
|
|
|
"@types/react-dom": "^18.0.5",
|
2022-01-10 15:13:52 +00:00
|
|
|
"aws-sdk": "^2.1053.0",
|
2022-06-25 14:38:43 +00:00
|
|
|
"eslint": "^8.8.0",
|
|
|
|
"eslint-config-next": "^12.0.10",
|
2022-05-18 15:59:30 +00:00
|
|
|
"lz-string": "^1.4.4",
|
|
|
|
"nanoid": "^3.3.4",
|
2022-06-09 14:33:35 +00:00
|
|
|
"next": "^12.1.6",
|
|
|
|
"next-pwa": "^5.5.4",
|
2021-09-04 12:02:13 +00:00
|
|
|
"next-themes": "^0.0.15",
|
2022-06-09 14:33:35 +00:00
|
|
|
"react": "^18.1.0",
|
2022-06-25 14:38:43 +00:00
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"react-hotkeys-hook": "^3.4.6",
|
|
|
|
"typescript": "^4.7.3"
|
2021-09-04 15:21:46 +00:00
|
|
|
},
|
2022-06-25 14:38:43 +00:00
|
|
|
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2",
|
|
|
|
"devDependencies": {
|
|
|
|
"next-transpile-modules": "^9.0.0"
|
|
|
|
}
|
2022-07-28 07:19:53 +00:00
|
|
|
}
|