Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 906B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "www",
  3. "version": "0.0.71",
  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. "@stitches/react": "^1.0.0",
  20. "@tldraw/tldraw": "^0.0.64",
  21. "next": "11.1.2",
  22. "next-auth": "3.29.0",
  23. "next-pwa": "^5.2.23",
  24. "next-themes": "^0.0.15",
  25. "next-transpile-modules": "^8.0.0",
  26. "react": "17.0.2",
  27. "react-dom": "17.0.2"
  28. },
  29. "devDependencies": {
  30. "@types/react": "^17.0.19",
  31. "@types/react-dom": "^17.0.9",
  32. "eslint": "7.32.0",
  33. "eslint-config-next": "11.1.2",
  34. "typescript": "^4.4.2"
  35. },
  36. "gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
  37. }