/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/vscode/editor/package.json
57 строк
1 KB
dependabot[bot]
chore(deps): bump the npm_and_yarn group across 1 directory with 11 updates (#8576)
20 апр 2026, 14:46
Не верифицирован
20 апр 2026, 14:46
5f5ab20
Код
Авторство
О чём код?
{ "name": "@tldraw/vscode-editor", "description": "An an editor for the tldraw vscode extension.", "version": "0.0.0", "private": true, "author": { "name": "tldraw Inc.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "MIT", "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" ], "scripts": { "build": "yarn run -T tsx scripts/build.ts", "dev": "yarn run -T tsx scripts/dev.ts", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "lint": "yarn run -T tsx ../../../internal/scripts/lint.ts", "test": "yarn run -T vitest --passWithNoTests", "test-ci": "yarn run -T vitest run --passWithNoTests", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "devDependencies": { "@tldraw/assets": "workspace:*", "@types/fs-extra": "^11.0.4", "@types/node": "^22.15.31", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/react-router-dom": "^5.3.3", "concurrently": "^9.1.2", "create-serve": "1.0.1", "dotenv": "^16.4.7", "esbuild": "^0.28.0", "fs-extra": "^11.3.0", "lazyrepo": "0.0.0-alpha.27", "react": "^19.2.1", "react-dom": "^19.2.1", "tldraw": "workspace:*", "tslib": "^2.8.1" }, "gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6" }