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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "www",
  3. "version": "0.1.3",
  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": "next build",
  15. "serve": "next serve",
  16. "lint": "next lint"
  17. },
  18. "dependencies": {
  19. "@liveblocks/client": "^0.12.0",
  20. "@liveblocks/react": "^0.12.0",
  21. "@sentry/integrations": "^6.13.2",
  22. "@sentry/node": "^6.13.2",
  23. "@sentry/react": "^6.13.2",
  24. "@sentry/tracing": "^6.13.2",
  25. "@stitches/react": "^1.2.5",
  26. "@tldraw/tldraw": "^0.1.3",
  27. "@types/next-auth": "^3.15.0",
  28. "next": "^12.0.1",
  29. "next-auth": "^3.29.0",
  30. "next-pwa": "^5.4.0",
  31. "next-themes": "^0.0.15",
  32. "next-transpile-modules": "^9.0.0",
  33. "react": "17.0.2",
  34. "react-dom": "17.0.2"
  35. },
  36. "devDependencies": {
  37. "@sentry/webpack-plugin": "^1.17.1",
  38. "@types/react": "^17.0.19",
  39. "@types/react-dom": "^17.0.9",
  40. "eslint": "7.32.0",
  41. "eslint-config-next": "11.1.2",
  42. "typescript": "^4.4.2"
  43. },
  44. "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
  45. }