-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 5.28 KB
/
Copy pathpackage.json
File metadata and controls
144 lines (144 loc) · 5.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "personal-finance-visoneer",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "portless avisio.lvh next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"i18n:check": "i18n-check --source de --locales messages",
"test": "vitest run",
"test:unit": "vitest run --exclude '**/*.integration.test.ts'",
"test:integration": "vitest run '**/*.integration.test.ts'",
"test:coverage": "vitest run --coverage --exclude '**/*.integration.test.ts'",
"test:e2e": "playwright test",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:pull": "drizzle-kit pull",
"db:studio": "drizzle-kit studio",
"auth:generate": "set -a && . ./.env.local && set +a && bunx @better-auth/cli@latest generate --output ./lib/db/schema/auth.ts -y",
"ingest:gkv": "bun run scripts/ingest-gkv.ts",
"db:setup": "set -a && . ./.env.local && set +a && psql \"$DATABASE_URL\" -f scripts/db-pre-migrate.sql && bun db:migrate && psql \"$DATABASE_URL\" -f scripts/db-post-migrate.sql",
"db:init": "set -a && . ./.env.local && set +a && psql \"$DATABASE_URL\" -f scripts/db-pre-migrate.sql && psql \"$DATABASE_URL\" -f scripts/db-post-migrate.sql",
"db:branch": "bash scripts/db-branch-create.sh",
"db:branch:delete": "bash scripts/db-branch-delete.sh",
"docker:up": "docker compose --env-file .env.docker up -d",
"docker:down": "docker compose --env-file .env.docker down",
"docker:reset": "docker compose --env-file .env.docker down -v && docker compose --env-file .env.docker up -d",
"env:local": "bash scripts/switch-env.sh local",
"env:prod": "bash scripts/switch-env.sh production",
"env:status": "bash scripts/switch-env.sh status",
"rotate:master-key": "bun run scripts/rotate-master-key.ts",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org owittek-it-services --project pfv ./.next/build && sentry-cli sourcemaps upload --org owittek-it-services --project pfv ./.next/build",
"knip": "knip"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.71",
"@ai-sdk/google": "^3.0.64",
"@ai-sdk/moonshotai": "^2.0.16",
"@ai-sdk/openai": "^3.0.53",
"@ai-sdk/react": "^3.0.170",
"@better-auth/core": "1.6.6",
"@better-auth/oauth-provider": "^1.6.6",
"@dnd-kit/helpers": "^0.2.4",
"@dnd-kit/react": "^0.2.4",
"@modelcontextprotocol/sdk": "^1.29.0",
"@neondatabase/serverless": "^1.1.0",
"@next/env": "^16.2.4",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@react-email/components": "^1.0.12",
"@react-pdf/renderer": "^4.5.1",
"@sentry/cli": "^2.58.5",
"@sentry/nextjs": "^10.49.0",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tanstack/react-form": "^1.29.0",
"@tanstack/react-query": "^5.99.2",
"@tanstack/react-table": "^8.21.3",
"@trpc/client": "^11.16.0",
"@trpc/server": "^11.16.0",
"@trpc/tanstack-react-query": "^11.16.0",
"ai": "^6.0.168",
"better-auth": "^1.6.5",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"decimal.js": "^10.6.0",
"drizzle-orm": "^0.45.2",
"fast-xml-parser": "^5.7.1",
"fflate": "^0.8.2",
"jose": "^6.2.2",
"lucide-react": "^0.563.0",
"motion": "^12.38.0",
"nanoid": "^5.1.9",
"next": "16.1.6",
"next-intl": "^4.9.1",
"next-themes": "^0.4.6",
"nuqs": "^2.8.9",
"papaparse": "^5.5.3",
"pino": "^10.3.1",
"posthog-js": "^1.369.3",
"posthog-node": "^5.29.2",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.3",
"recharts": "2.15.4",
"resend": "^6.12.0",
"shiki": "^3.23.0",
"sonner": "^2.0.7",
"streamdown": "^2.5.0",
"stripe": "^20.4.1",
"superjson": "^2.2.6",
"tw-animate-css": "1.4.0",
"use-stick-to-bottom": "^1.1.3",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@lingual/i18n-check": "^0.8.19",
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4.2.2",
"@tanstack/react-query-devtools": "^5.99.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.6.0",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitest/coverage-v8": "^4.1.4",
"dotenv": "^17.4.2",
"drizzle-kit": "file:./vendor/drizzle-kit",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"husky": "^9.1.7",
"jsdom": "^29.0.2",
"knip": "^5.88.1",
"lint-staged": "^16.4.0",
"pino-pretty": "^13.1.3",
"postgres": "^3.4.9",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vitest": "^4.1.4"
},
"trustedDependencies": [
"sharp",
"unrs-resolver"
],
"patchedDependencies": {
"drizzle-orm@0.45.2": "patches/drizzle-orm@0.45.2.patch"
}
}