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 942B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@tldraw/www",
  3. "version": "0.0.55",
  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. "@stitches/react": "^0.2.3",
  22. "@tldraw/tldraw": "^0.0.55",
  23. "idb": "^6.1.2",
  24. "next": "^11.1.0",
  25. "next-transpile-modules": "^8.0.0",
  26. "react": "^17.0.2",
  27. "react-dom": "^17.0.2"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.14.6",
  31. "@types/jest": "^26.0.23",
  32. "@types/node": "^14.14.25",
  33. "@types/react": "^17.0.16",
  34. "@types/react-dom": "^17.0.9",
  35. "eslint": "7.32.0",
  36. "eslint-config-next": "11.0.1",
  37. "typescript": "^4.3.5"
  38. }
  39. }