trails/apps/journal/package.json
Ullrich Schäfer f31eb26981
Some checks failed
CI / Dockerfile Package Check (push) Successful in 30s
CI / OpenSpec Validate (push) Successful in 1m54s
CI / Security Scan (push) Successful in 3m41s
CI / Typecheck (push) Successful in 4m17s
CI / Lint (push) Successful in 5m37s
CI / Unit Tests (push) Successful in 3m50s
CI / Build (push) Successful in 2m23s
CI / Journal Image Smoke Test (push) Failing after 5m52s
CI / Visual Tests (push) Successful in 13m4s
CI / E2E Tests (push) Failing after 9m47s
ci(forgejo): journal test timeout + surface db:push error
- @trails-cool/journal test --testTimeout=20000 (heavy fedify/drizzle/RR
  cold import; payloads + api.v1.routes tests hit the 5s default).
- e2e/image-smoke db:push piped through cat so drizzle-kit prints the real
  error instead of a TTY spinner that swallows it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 21:29:47 +02:00

58 lines
1.7 KiB
JSON

{
"name": "@trails-cool/journal",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "node --experimental-strip-types server.ts",
"typecheck": "react-router typegen && tsc",
"lint": "eslint .",
"test": "vitest run --testTimeout=20000"
},
"dependencies": {
"@fedify/fedify": "2.3.1",
"@js-temporal/polyfill": "^0.5.1",
"@logtape/logtape": "^2.2.4",
"@react-router/node": "catalog:",
"@react-router/serve": "catalog:",
"@sentry/node": "catalog:",
"@sentry/react": "catalog:",
"@simplewebauthn/browser": "^13.3.0",
"@simplewebauthn/server": "^13.3.2",
"@trails-cool/api": "workspace:*",
"@trails-cool/db": "workspace:*",
"@trails-cool/fit": "workspace:*",
"@trails-cool/gpx": "workspace:*",
"@trails-cool/i18n": "workspace:*",
"@trails-cool/jobs": "workspace:*",
"@trails-cool/map-core": "workspace:*",
"@trails-cool/ui": "workspace:*",
"@trails-cool/sentry-config": "workspace:*",
"@trails-cool/types": "workspace:*",
"drizzle-orm": "catalog:",
"isbot": "^5.2.0",
"jose": "^6.2.3",
"nodemailer": "^9.0.3",
"pino": "^10.3.1",
"prom-client": "^15.1.3",
"react": "catalog:",
"react-dom": "catalog:",
"react-router": "catalog:",
"zod": "^4.4.3"
},
"devDependencies": {
"@react-router/dev": "catalog:",
"@simplewebauthn/types": "^12.0.0",
"@tailwindcss/vite": "catalog:",
"@types/nodemailer": "^8.0.1",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"pino-pretty": "^13.1.3",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vite": "catalog:"
}
}