2021-08-10 16:12:55 +00:00
|
|
|
{
|
2021-11-18 13:09:18 +00:00
|
|
|
"name": "@tldraw/www",
|
2022-03-09 16:02:51 +00:00
|
|
|
"version": "1.6.2",
|
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-02-03 10:57:03 +00:00
|
|
|
"@liveblocks/client": "^0.14.0",
|
|
|
|
"@liveblocks/react": "^0.14.0",
|
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",
|
2021-11-03 16:46:33 +00:00
|
|
|
"@stitches/react": "^1.2.5",
|
2022-05-14 09:51:12 +00:00
|
|
|
"@tldraw/core": "^1.11.0",
|
2022-05-14 11:19:06 +00:00
|
|
|
"@tldraw/tldraw": "^1.12.4",
|
2021-10-27 15:15:01 +00:00
|
|
|
"@types/next-auth": "^3.15.0",
|
2022-01-10 15:13:52 +00:00
|
|
|
"aws-sdk": "^2.1053.0",
|
2021-12-22 00:14:38 +00:00
|
|
|
"next": "^12.0.7",
|
|
|
|
"next-auth": "^4.0.5",
|
|
|
|
"next-pwa": "^5.4.4",
|
2021-09-04 12:02:13 +00:00
|
|
|
"next-themes": "^0.0.15",
|
2022-05-14 13:15:55 +00:00
|
|
|
"react": "^17.0",
|
|
|
|
"react-dom": "^17.0"
|
2021-08-10 16:12:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-11 08:55:31 +00:00
|
|
|
"@sentry/webpack-plugin": "^1.17.1",
|
2021-09-04 11:26:46 +00:00
|
|
|
"@types/react": "^17.0.19",
|
2021-08-10 16:12:55 +00:00
|
|
|
"@types/react-dom": "^17.0.9",
|
2022-02-08 11:05:56 +00:00
|
|
|
"eslint": "^8.8.0",
|
|
|
|
"eslint-config-next": "^12.0.10",
|
2021-11-26 15:14:10 +00:00
|
|
|
"typescript": "^4.5.2"
|
2021-09-04 15:21:46 +00:00
|
|
|
},
|
|
|
|
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
|
2022-05-11 13:25:08 +00:00
|
|
|
}
|