/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.4
apps/examples/package.json
79 строк
2 KB
Mime Čuvalo
tiptap v3 (#5717)
16 окт 2025, 12:19
Не верифицирован
16 окт 2025, 12:19
5887eb3
Код
Авторство
О чём код?
{ "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", "build": "vite build", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts", "e2e": "NODE_OPTIONS='--no-experimental-strip-types' playwright test -c ./e2e/playwright.config.ts ./e2e/tests/**/*.spec.{ts,tsx}", "e2e-ui": "NODE_OPTIONS='--no-experimental-strip-types' playwright test --ui -c ./e2e/playwright.config.ts ./e2e/tests/**/*.spec.{ts,tsx}", "e2e-perf": "NODE_OPTIONS='--no-experimental-strip-types' playwright test --workers=1 -c ./e2e/playwright.config.ts ./e2e/perf/**/*.spec.{ts,tsx}", "e2e-perf-ui": "NODE_OPTIONS='--no-experimental-strip-types' playwright test --ui -c ./e2e/playwright.config.ts ./e2e/perf/**/*.spec.{ts,tsx}", "test": "yarn run -T vitest --passWithNoTests", "test-ci": "yarn run -T vitest run --passWithNoTests", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "dependencies": { "@playwright/test": "^1.50.0", "@tiptap/core": "3.6.2", "@tiptap/extension-font-family": "3.6.2", "@tiptap/extension-text-style": "3.6.2", "@tiptap/pm": "3.6.2", "@tiptap/starter-kit": "3.6.2", "@tldraw/assets": "workspace:*", "@tldraw/dotcom-shared": "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", "lazyrepo": "0.0.0-alpha.27", "lodash": "^4.17.21", "pdf-lib": "^1.17.1", "pdfjs-dist": "^4.10.38", "radix-ui": "^1.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^1.3.0", "react-router-dom": "^6.28.2", "tldraw": "workspace:*", "vite": "^7.0.1" }, "devDependencies": { "@types/lodash": "^4.17.14", "@types/react": "^18.3.18", "@vitejs/plugin-react-swc": "^3.10.2", "dotenv": "^16.4.7", "remark": "^15.0.1", "remark-frontmatter": "^5.0.0", "remark-html": "^16.0.1", "vfile-matter": "^5.0.0" }, "type": "module" }