/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/editor/package.json
89 строк
3 KB
huppy-bot[bot]
Bump versions to 5.3.0 [skip ci]
05 авг 2026, 14:45
05 авг 2026, 14:45
b6cecdc
Код
Авторство
О чём код?
{ "name": "@tldraw/editor", "description": "tldraw infinite canvas SDK (editor).", "version": "5.3.0", "author": { "name": "tldraw Inc.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "https://github.com/tldraw/tldraw" }, "bugs": { "url": "https://github.com/tldraw/tldraw/issues" }, "keywords": [ "tldraw", "sdk", "drawing", "app", "development", "whiteboard", "canvas", "infinite" ], "/* NOTE */": "These `main` and `types` fields are rewritten by the build script. They are not the actual values we publish", "main": "./src/index.ts", "types": "./.tsbuild/index.d.ts", "style": "./editor.css", "type": "module", "/* GOTCHA */": "files will include ./dist and index.d.ts by default, add any others you want to include in here", "files": [ "editor.css" ], "scripts": { "test-ci": "yarn run -T vitest run --passWithNoTests", "test": "yarn run -T vitest --passWithNoTests", "benchmark": "yarn run -T tsx ./internal/scripts/benchmark.ts", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests", "build": "yarn run -T tsx ../../internal/scripts/build-package.ts", "build-api": "yarn run -T tsx ../../internal/scripts/build-api.ts", "prepack": "yarn run -T tsx ../../internal/scripts/prepack.ts", "postpack": "../../internal/scripts/postpack.sh", "pack-tarball": "yarn pack", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts" }, "dependencies": { "@tiptap/core": "^3.12.1", "@tiptap/pm": "^3.12.1", "@tiptap/react": "^3.12.1", "@tldraw/state": "workspace:*", "@tldraw/state-react": "workspace:*", "@tldraw/store": "workspace:*", "@tldraw/tlschema": "workspace:*", "@tldraw/utils": "workspace:*", "@tldraw/validate": "workspace:*", "classnames": "^2.5.1", "eventemitter3": "^4.0.7", "idb": "^7.1.1", "is-plain-object": "^5.0.0", "rbush": "^3.0.1" }, "peerDependencies": { "react": "^18.2.0 || ^19.2.1", "react-dom": "^18.2.0 || ^19.2.1" }, "devDependencies": { "@peculiar/webcrypto": "^1.5.0", "@testing-library/dom": "^10.0.0", "@testing-library/react": "^16.0.0", "@types/benchmark": "^2.1.5", "@types/rbush": "^3.0.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/wicg-file-system-access": "^2020.9.8", "benchmark": "^2.1.4", "fake-indexeddb": "^4.0.2", "lazyrepo": "0.0.0-alpha.27", "react": "^19.2.1", "react-dom": "^19.2.1", "resize-observer-polyfill": "^1.5.1", "vitest": "^4.1.7" }, "engines": { "node": ">=22.12.0" } }