/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.5.8
packages/dotcom-shared/package.json
36 строк
1 KB
Mitja Bezenšek
chore(zero): downgrade @rocicorp/zero to 0.25.9 to test regression (#8045)
20 фев 2026, 14:32
Не верифицирован
20 фев 2026, 14:32
1dbf0b7
Код
Авторство
О чём код?
{ "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.25.9", "@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" }, "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" } }