tldraw/apps/www/package.json
Steve Ruiz e6a3e5c3ea
[big chore] restore core to monorepo (#287)
* move core into repo, apps into apps folder, update tests

* Update scripts for build:core

* improve scripts

* remove noise from www

* Update .gitignore

* Fix focus bug

* add ci test script

* Update main.yml
2021-11-18 13:09:18 +00:00

48 lines
No EOL
1.3 KiB
JSON

{
"name": "@tldraw/www",
"version": "1.0.3",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {
"type": "git",
"url": "git+https://github.com/tldraw/tldraw.git"
},
"license": "MIT",
"author": "@steveruizok",
"scripts": {
"dev": "next dev",
"build:apps": "yarn build",
"build:www": "yarn build",
"build": "next build",
"serve": "next serve",
"lint": "next lint"
},
"dependencies": {
"@liveblocks/client": "^0.12.3",
"@liveblocks/react": "^0.12.3",
"@sentry/integrations": "^6.13.2",
"@sentry/node": "^6.13.2",
"@sentry/react": "^6.13.2",
"@sentry/tracing": "^6.13.2",
"@stitches/react": "^1.2.5",
"@tldraw/tldraw": "^1.0.3",
"@types/next-auth": "^3.15.0",
"next": "^12.0.1",
"next-auth": "^3.29.0",
"next-pwa": "^5.4.0",
"next-themes": "^0.0.15",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.17.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"cors": "^2.8.5",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.4.2"
},
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
}