/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/examples/package.json
104 строки
3 KB
Jessica Claire Edwards
feat: commenting (#9471)
30 июл 2026, 14:08
Не верифицирован
30 июл 2026, 14:08
584d9b1
Код
Авторство
О чём код?
{ "name": "examples.tldraw.com", "description": "tldraw infinite canvas SDK (examples).", "version": "0.0.0", "private": true, "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" ], "scripts": { "dev": "vite --host", "preview": "vite preview --host", "build": "vite build", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts", "e2e": "NODE_OPTIONS='--no-strip-types' playwright test -c ./e2e/playwright.config.ts ./e2e/tests/", "e2e-ui": "NODE_OPTIONS='--no-strip-types' playwright test --ui -c ./e2e/playwright.config.ts ./e2e/tests/", "e2e-perf": "NODE_OPTIONS='--no-strip-types' playwright test -c ./e2e/playwright.config.ts ./e2e/perf/", "e2e-perf-ui": "NODE_OPTIONS='--no-strip-types' playwright test --ui -c ./e2e/playwright.config.ts ./e2e/perf/", "e2e-device-ios": "wdio run ./e2e-device/wdio.ios.conf.ts", "e2e-device-android": "wdio run ./e2e-device/wdio.android.conf.ts", "test": "yarn run -T vitest --passWithNoTests", "test-ci": "yarn run -T vitest run --passWithNoTests", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "dependencies": { "@dimforge/rapier2d-compat": "^0.19.3", "@playwright/test": "^1.61.0", "@tiptap/core": "^3.12.1", "@tiptap/extension-font-family": "^3.12.1", "@tiptap/extension-text-style": "^3.12.1", "@tiptap/pm": "^3.12.1", "@tiptap/starter-kit": "^3.12.1", "@tldraw/assets": "workspace:*", "@tldraw/commenting": "workspace:*", "@tldraw/dotcom-shared": "workspace:*", "@tldraw/driver": "workspace:*", "@tldraw/mermaid": "workspace:*", "@tldraw/state": "workspace:*", "@tldraw/sync": "workspace:*", "ag-grid-community": "^32.3.3", "ag-grid-react": "^32.3.3", "axe-core": "^4.10.3", "classnames": "^2.5.1", "d3-geo": "^3.1.1", "lazyrepo": "0.0.0-alpha.27", "lodash": "^4.17.21", "mermaid": "11.15.0", "pdf-lib": "^1.17.1", "pdfjs-dist": "^4.10.38", "radix-ui": "^1.4.2", "react": "^19.2.1", "react-dom": "^19.2.1", "react-helmet-async": "^1.3.0", "react-router-dom": "^6.28.2", "tldraw": "workspace:*", "topojson-client": "^3.1.0", "us-atlas": "^3.0.1", "vite": "^8.0.16" }, "devDependencies": { "@types/d3-geo": "^3.1.0", "@types/lodash": "^4.17.14", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/topojson-client": "^3.1.5", "@types/topojson-specification": "^1.0.5", "@vitejs/plugin-react": "^6.0.1", "@wdio/appium-service": "^9.0.0", "@wdio/cli": "^9.0.0", "@wdio/globals": "^9.0.0", "@wdio/local-runner": "^9.0.0", "@wdio/logger": "^9.0.0", "@wdio/mocha-framework": "^9.0.0", "@wdio/spec-reporter": "^9.0.0", "@wdio/types": "^9.0.0", "dotenv": "^16.4.7", "expect-webdriverio": "^5.6.8", "remark": "^15.0.1", "remark-frontmatter": "^5.0.0", "remark-html": "^16.0.1", "vfile-matter": "^5.0.0", "webdriverio": "^9.0.0" }, "type": "module" }