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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@tldraw/www",
  3. "version": "0.0.57",
  4. "private": true,
  5. "description": "A tiny little drawing app (editor).",
  6. "author": "@steveruizok",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/tldraw/tldraw.git",
  10. "directory": "packages/www"
  11. },
  12. "license": "MIT",
  13. "scripts": {
  14. "dev": "next dev",
  15. "build": "next build",
  16. "start": "",
  17. "serve": "next serve",
  18. "lint": "next lint"
  19. },
  20. "dependencies": {
  21. "@sentry/integrations": "^6.12.0",
  22. "@sentry/node": "^6.12.0",
  23. "@sentry/react": "^6.12.0",
  24. "@sentry/tracing": "^6.12.0",
  25. "@sentry/webpack-plugin": "^1.17.1",
  26. "@stitches/react": "^0.2.3",
  27. "@tldraw/tldraw": "^0.0.57",
  28. "browser-fs-access": "^0.20.4",
  29. "gtag": "^1.0.1",
  30. "idb": "^6.1.2",
  31. "next": "^11.1.0",
  32. "next-auth": "^3.29.0",
  33. "next-pwa": "^5.3.1",
  34. "next-transpile-modules": "^8.0.0",
  35. "react": "^17.0.2",
  36. "react-dom": "^17.0.2"
  37. },
  38. "devDependencies": {
  39. "@babel/core": "^7.14.6",
  40. "@types/jest": "^26.0.23",
  41. "@types/node": "^14.14.25",
  42. "@types/react": "^17.0.16",
  43. "@types/react-dom": "^17.0.9",
  44. "eslint": "7.32.0",
  45. "eslint-config-next": "11.0.1",
  46. "typescript": "^4.3.5"
  47. }
  48. }