/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dotcom/client/package.json
95 строк
4 KB
Jessica Claire Edwards
feat: commenting (#9471)
30 июл 2026, 14:08
Не верифицирован
30 июл 2026, 14:08
584d9b1
Код
Авторство
О чём код?
{ "name": "dotcom", "description": "The production app for tldraw.", "version": "0.0.0", "private": true, "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" }, "browserslist": [ "defaults" ], "scripts": { "dev": "yarn run -T tsx scripts/dev-app.ts", "build": "yarn run -T tsx scripts/build.ts", "browser-run-thumbnail": "yarn run -T tsx scripts/browser-run-thumbnail.ts", "build-i18n": "yarn i18n:extract && yarn i18n:compile", "start": "VITE_PREVIEW=1 yarn run -T tsx scripts/dev-app.ts", "lint": "yarn run -T tsx ../../../internal/scripts/lint.ts", "test-ci": "yarn run -T vitest run --passWithNoTests", "test": "yarn run -T vitest --passWithNoTests", "i18n:extract": "formatjs extract 'src/{tla,pages,components}/**/*.ts*' --out-file public/tla/locales/en.json --additional-component-names F --id-interpolation-pattern '[md5:contenthash:hex:10]' --format lokalise", "i18n:compile": "formatjs compile-folder public/tla/locales public/tla/locales-compiled --format lokalise --ast", "e2e": "rm -rf 'e2e/.auth' && NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium-scenarios", "e2e-scenarios": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium-scenarios", "e2e-smoke": "rm -rf 'e2e/.auth' && NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium", "e2e-all": "rm -rf 'e2e/.auth' && NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium --project=chromium-scenarios", "e2e-x10": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium-scenarios --repeat-each=10", "e2e-smoke-x10": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium --repeat-each=10", "e2e-all-x10": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium --project=chromium-scenarios --repeat-each=10", "e2e-debug": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium-scenarios --debug", "e2e-all-debug": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium --project=chromium-scenarios --debug", "e2e-ui": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium-scenarios --ui", "e2e-all-ui": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=chromium --project=chromium-scenarios --ui", "e2e-staging": "NODE_OPTIONS='--no-strip-types' yarn playwright test --project=staging", "e2e-both-modes": "./e2e/run-both-modes.sh", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests" }, "dependencies": { "@clerk/clerk-react": "^5.53.3", "@clerk/elements": "^0.23.74", "@rocicorp/zero": "1.8.0", "@sentry/integrations": "^7.120.3", "@sentry/react": "^7.120.3", "@tldraw/assets": "workspace:*", "@tldraw/commenting": "workspace:*", "@tldraw/dotcom-shared": "workspace:*", "@tldraw/mermaid": "workspace:*", "@tldraw/sync": "workspace:*", "@tldraw/sync-core": "workspace:*", "@tldraw/utils": "workspace:*", "axe-core": "^4.10.3", "browser-fs-access": "^0.35.0", "classnames": "^2.5.1", "idb": "^7.1.1", "intl-messageformat": "^11.1.2", "posthog-js": "^1.281.0", "qrcode": "^1.5.4", "radix-ui": "^1.4.2", "react": "^19.2.1", "react-dom": "^19.2.1", "react-ga4": "^2.1.0", "react-helmet-async": "^1.3.0", "react-intl": "^8.1.3", "react-markdown": "^10.1.0", "react-router-dom": "^6.28.2", "tldraw": "workspace:*" }, "devDependencies": { "@clerk/testing": "^1.4.15", "@formatjs/cli": "^6.5.1", "@formatjs/unplugin": "^1.1.0", "@playwright/test": "^1.61.0", "@sentry/cli": "^2.41.1", "@tldraw/validate": "workspace:*", "@types/md5": "^2.3.5", "@types/node": "^22.15.31", "@types/qrcode": "^1.5.5", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/regexgen": "^1", "@vitejs/plugin-react": "^6.0.1", "dotenv": "^16.4.7", "fast-glob": "^3.3.3", "identity-obj-proxy": "^3.0.0", "json5": "^2.2.3", "kysely": "^0.28.12", "lazyrepo": "0.0.0-alpha.27", "pg": "^8.16.3", "regexgen": "^1.3.0", "vite": "^8.0.16", "vitest": "^4.1.7", "ws": "^8.18.0" } }