/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.4
packages/dotcom-shared/package.json
36 строк
1 KB
Steve Ruiz
Add more context, maybe (#6600)
17 авг 2025, 10:53
Не верифицирован
17 авг 2025, 10:53
c1bcdab
Код
Авторство
О чём код?
{ "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": "0.19.2025050203", "@tldraw/state": "workspace:*", "@tldraw/store": "workspace:*", "@tldraw/tlschema": "workspace:*", "@tldraw/utils": "workspace:*", "@tldraw/validate": "workspace:*", "tldraw": "workspace:*" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0", "react-dom": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@types/react": "^18.3.18", "react": "^18.3.1", "react-dom": "^18.3.1" }, "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", "context": "yarn run -T tsx ../../internal/scripts/context.ts" } }