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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@tldraw/www",
  3. "version": "1.1.2",
  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/tldraw": "^1.1.2",
  29. "@types/next-auth": "^3.15.0",
  30. "next": "^12.0.1",
  31. "next-auth": "^3.29.0",
  32. "next-pwa": "^5.4.0",
  33. "next-themes": "^0.0.15",
  34. "next-transpile-modules": "^9.0.0",
  35. "react": "17.0.2",
  36. "react-dom": "17.0.2"
  37. },
  38. "devDependencies": {
  39. "@sentry/webpack-plugin": "^1.17.1",
  40. "@types/react": "^17.0.19",
  41. "@types/react-dom": "^17.0.9",
  42. "cors": "^2.8.5",
  43. "eslint": "7.32.0",
  44. "eslint-config-next": "11.1.2",
  45. "typescript": "^4.4.2"
  46. },
  47. "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
  48. }