/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/dotcom-shared/package.json
40 строк
1 KB
Kevin Ingersoll
fix(tldraw): declare @tldraw/state and @tldraw/tlschema dependencies (#9762)
05 авг 2026, 12:23
Не верифицирован
05 авг 2026, 12:23
f787d57
Код
Авторство
О чём код?
{ "name": "@tldraw/dotcom-shared", "version": "2.0.0", "private": true, "/* 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", "/* GOTCHA */": "files will include ./dist and index.d.ts by default, add any others you want to include in here", "files": [], "type": "module", "dependencies": { "@rocicorp/zero": "1.8.0", "@tldraw/state": "workspace:*", "@tldraw/store": "workspace:*", "@tldraw/tlschema": "workspace:*", "@tldraw/utils": "workspace:*", "@tldraw/validate": "workspace:*", "tldraw": "workspace:*" }, "peerDependencies": { "react": "^18.2.0 || ^19.2.1", "react-dom": "^18.2.0 || ^19.2.1" }, "devDependencies": { "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "react": "^19.2.1", "react-dom": "^19.2.1", "vitest": "^4.1.7" }, "scripts": { "test-ci": "yarn run -T vitest run --passWithNoTests", "test": "yarn run -T vitest --passWithNoTests", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "engines": { "node": ">=22.12.0" } }