12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@tldraw/www",
- "version": "1.2.4",
- "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.13.0-beta.1",
- "@liveblocks/react": "^0.13.0-beta.1",
- "@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/core": "^1.2.3",
- "@tldraw/tldraw": "^1.2.4",
- "@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.5.2"
- },
- "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
- }
|