You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@tldraw/www",
  3. "version": "1.2.4",
  4. "private": true,
  5. "description": "A tiny little drawing app (site).",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/tldraw/tldraw.git"
  9. },
  10. "license": "MIT",
  11. "author": "@steveruizok",
  12. "scripts": {
  13. "dev": "next dev",
  14. "build:apps": "yarn build",
  15. "build:www": "yarn build",
  16. "build": "next build",
  17. "serve": "next serve",
  18. "lint": "next lint"
  19. },
  20. "dependencies": {
  21. "@liveblocks/client": "^0.13.0-beta.1",
  22. "@liveblocks/react": "^0.13.0-beta.1",
  23. "@sentry/integrations": "^6.13.2",
  24. "@sentry/node": "^6.13.2",
  25. "@sentry/react": "^6.13.2",
  26. "@sentry/tracing": "^6.13.2",
  27. "@stitches/react": "^1.2.5",
  28. "@tldraw/core": "^1.2.3",
  29. "@tldraw/tldraw": "^1.2.4",
  30. "@types/next-auth": "^3.15.0",
  31. "next": "^12.0.1",
  32. "next-auth": "^3.29.0",
  33. "next-pwa": "^5.4.0",
  34. "next-themes": "^0.0.15",
  35. "next-transpile-modules": "^9.0.0",
  36. "react": "17.0.2",
  37. "react-dom": "17.0.2"
  38. },
  39. "devDependencies": {
  40. "@sentry/webpack-plugin": "^1.17.1",
  41. "@types/react": "^17.0.19",
  42. "@types/react-dom": "^17.0.9",
  43. "cors": "^2.8.5",
  44. "eslint": "7.32.0",
  45. "eslint-config-next": "11.1.2",
  46. "typescript": "^4.5.2"
  47. },
  48. "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
  49. }