/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0.5
apps/examples/package.json
78 строк
2 KB
alex
Migrate from jest to vitest (#6593)
15 авг 2025, 16:38
Не верифицирован
15 авг 2025, 16:38
654b400
Код
Авторство
О чём код?
{ "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": "playwright test -c ./e2e/playwright.config.ts ./e2e/tests/!(test-perf).spec.ts", "e2e-ui": "playwright test --ui -c ./e2e/playwright.config.ts ./e2e/tests/!(test-perf).spec.ts", "e2e-perf": "playwright test --workers=1 -c ./e2e/playwright.config.ts ./e2e/tests/test-perf.spec.ts", "e2e-perf-ui": "playwright test --ui -c ./e2e/playwright.config.ts ./e2e/tests/test-perf.spec.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": { "@playwright/test": "^1.50.0", "@tiptap/core": "^2.9.1", "@tiptap/extension-font-family": "^2.9.1", "@tiptap/extension-text-style": "^2.9.1", "@tiptap/pm": "^2.9.1", "@tiptap/starter-kit": "^2.9.1", "@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" } }