64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"name": "fiscal-frontend",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"packageManager": "bun@1.3.5",
|
|
"scripts": {
|
|
"dev": "bun run scripts/dev.ts",
|
|
"dev:next": "bun --bun next dev --turbopack",
|
|
"build": "bun --bun next build --turbopack",
|
|
"bootstrap:prod": "bun run scripts/bootstrap-production.ts",
|
|
"start": "bun --bun next start",
|
|
"lint": "bun x tsc --noEmit",
|
|
"e2e:prepare": "bun run scripts/e2e-prepare.ts",
|
|
"e2e:webserver": "bun run scripts/e2e-webserver.ts",
|
|
"workflow:setup": "workflow-postgres-setup",
|
|
"backfill:filing-metrics": "bun run scripts/backfill-filing-metrics.ts",
|
|
"backfill:filing-statements": "bun run scripts/backfill-filing-statements.ts",
|
|
"backfill:search-index": "bun run scripts/backfill-search-index.ts",
|
|
"backfill:taxonomy-snapshots": "bun run scripts/backfill-taxonomy-snapshots.ts",
|
|
"db:generate": "bun x drizzle-kit generate",
|
|
"db:migrate": "bun x drizzle-kit migrate",
|
|
"test:e2e": "bun run scripts/e2e-run.ts",
|
|
"test:e2e:headed": "bun run scripts/e2e-run.ts --headed",
|
|
"test:e2e:install": "playwright install chromium",
|
|
"test:e2e:ui": "bun run scripts/e2e-run.ts --ui",
|
|
"test:e2e:workflow": "RUN_TASK_WORKFLOW_E2E=1 bun test lib/server/api/task-workflow-hybrid.e2e.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/eden": "^1.4.8",
|
|
"@libsql/client": "^0.17.0",
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@workflow/world-postgres": "^4.1.0-beta.42",
|
|
"ai": "^6.0.116",
|
|
"better-auth": "^1.5.4",
|
|
"cheerio": "^1.2.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"drizzle-orm": "^0.41.0",
|
|
"elysia": "latest",
|
|
"lucide-react": "^0.575.0",
|
|
"next": "^16.1.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"recharts": "^3.8.0",
|
|
"sonner": "^2.0.7",
|
|
"sqlite-vec": "^0.1.7-alpha.2",
|
|
"workflow": "^4.1.0-beta.63",
|
|
"zhipu-ai-provider": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@types/node": "^25.3.5",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"autoprefixer": "^10.4.27",
|
|
"bun-types": "^1.3.10",
|
|
"drizzle-kit": "^0.31.9",
|
|
"postcss": "^8.5.8",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|