Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 940B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": "1.2.3",
  3. "name": "@tldraw/core-example-simple",
  4. "description": "A simple example project for @tldraw/core.",
  5. "author": "@steveruizok",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/tldraw/core.git"
  9. },
  10. "license": "MIT",
  11. "private": true,
  12. "scripts": {
  13. "start:core": "node scripts/dev.mjs -w",
  14. "build": "node scripts/build.mjs"
  15. },
  16. "files": [],
  17. "devDependencies": {
  18. "@tldraw/core": "^1.2.3",
  19. "@tldraw/vec": "^1.2.2",
  20. "@types/node": "^14.14.35",
  21. "@types/react": "^16.9.55",
  22. "@types/react-dom": "^16.9.9",
  23. "@types/react-router-dom": "^5.1.8",
  24. "concurrently": "6.0.1",
  25. "esbuild": "^0.13.8",
  26. "esbuild-serve": "^1.0.1",
  27. "mobx": "^6.3.7",
  28. "mobx-react-lite": "^3.2.2",
  29. "react": ">=16.8",
  30. "react-dom": "^16.8 || ^17.0",
  31. "rimraf": "3.0.2",
  32. "typescript": "4.2.3"
  33. },
  34. "gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
  35. }