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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "www",
  3. "version": "0.0.107",
  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. "@sentry/integrations": "^6.13.2",
  20. "@sentry/node": "^6.13.2",
  21. "@sentry/react": "^6.13.2",
  22. "@sentry/tracing": "^6.13.2",
  23. "@stitches/react": "^1.0.0",
  24. "@tldraw/tldraw": "^0.0.107",
  25. "next": "11.1.2",
  26. "next-auth": "3.29.0",
  27. "next-pwa": "^5.2.23",
  28. "next-themes": "^0.0.15",
  29. "next-transpile-modules": "^8.0.0",
  30. "react": "17.0.2",
  31. "react-dom": "17.0.2"
  32. },
  33. "devDependencies": {
  34. "@sentry/webpack-plugin": "^1.17.1",
  35. "@types/react": "^17.0.19",
  36. "@types/react-dom": "^17.0.9",
  37. "eslint": "7.32.0",
  38. "eslint-config-next": "11.1.2",
  39. "typescript": "^4.4.2"
  40. },
  41. "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
  42. }