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

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@tldraw/dev",
  3. "version": "0.0.41",
  4. "private": false,
  5. "description": "A tiny little drawing app (core).",
  6. "author": "@steveruizok",
  7. "license": "MIT",
  8. "keywords": [
  9. "react",
  10. "typescript",
  11. "esbuild"
  12. ],
  13. "scripts": {
  14. "dev": "node ./esbuild.config.mjs --dev tsc --watch",
  15. "test": "echo 'TODO'"
  16. },
  17. "dependencies": {
  18. "react": "^17.0.2",
  19. "react-dom": "^17.0.2",
  20. "@tldraw/tldraw": "*",
  21. "idb": "^6.1.2"
  22. },
  23. "devDependencies": {
  24. "@types/node": "^14.14.35",
  25. "@types/react": "^17.0.3",
  26. "@types/react-dom": "^17.0.2",
  27. "concurrently": "6.0.1",
  28. "create-serve": "1.0.1",
  29. "esbuild": "0.11.5",
  30. "rimraf": "3.0.2",
  31. "typescript": "4.2.3"
  32. }
  33. }