-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 4.67 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 4.67 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
{
"name": "starboard",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.33.2",
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "biome check .",
"biome:lint": "biome lint .",
"format": "biome format --write .",
"format:check": "biome format .",
"check": "biome check .",
"typecheck": "tsc --noEmit",
"db:migrate": "wrangler d1 migrations apply starboard --local",
"db:migrate:local": "wrangler d1 migrations apply starboard --local",
"db:migrate:remote": "node scripts/validate-d1-config.mjs && wrangler d1 migrations apply starboard --remote",
"db:convert-turso-dump": "node scripts/convert-turso-dump-to-d1.mjs",
"db:convert-turso-vectors": "node scripts/convert-turso-vectors.mjs",
"db:snapshot-turso-logical": "node scripts/snapshot-turso-logical.mjs",
"db:seed-embeddings": "tsx src/db/seed-embeddings.ts",
"db:enrich-repos": "tsx scripts/enrich-repos.ts",
"db:seed-popular": "tsx scripts/seed-popular.ts",
"db:enrich-tools": "tsx scripts/enrich-tools.ts",
"cf:build": "node scripts/clean-build-output.mjs && next build --webpack && node scripts/run-inline-critical-css.mjs && opennextjs-cloudflare build --skipNextBuild && pnpm --filter ./landing-astro build && node scripts/run-overlay-astro-landing.mjs",
"build:cf": "node scripts/clean-build-output.mjs && next build --webpack && node scripts/run-inline-critical-css.mjs && opennextjs-cloudflare build --skipNextBuild && pnpm --filter ./landing-astro build && node scripts/run-overlay-astro-landing.mjs",
"build:e2e": "node scripts/clean-build-output.mjs && next build --webpack && node scripts/run-inline-critical-css.mjs && opennextjs-cloudflare build --skipNextBuild && pnpm --filter ./landing-astro build && node scripts/run-overlay-astro-landing.mjs",
"preview:cf": "pnpm build:cf && opennextjs-cloudflare preview",
"deploy:cf": "pnpm build:cf && opennextjs-cloudflare deploy --tag \"$(git rev-parse HEAD)\"",
"cf:typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"smoke:knowledgebase": "node scripts/smoke-knowledgebase.mjs",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:mobile": "playwright test --project=mobile",
"docs:check": "node scripts/check-docs.mjs",
"knip": "knip --no-exit-code --reporter symbols",
"knip:strict": "knip --reporter symbols",
"quality:unused": "node scripts/check-code-health.mjs unused",
"quality:complexity": "node scripts/check-code-health.mjs complexity",
"quality:duplication": "node scripts/check-code-health.mjs duplication",
"quality:cycles": "node scripts/check-code-health.mjs cycles",
"quality:dependencies": "node scripts/check-code-health.mjs dependencies",
"quality:suppressions": "node scripts/check-code-health.mjs suppressions",
"quality:hygiene": "node scripts/check-code-health.mjs hygiene",
"quality": "pnpm check && pnpm typecheck && pnpm test:coverage && pnpm docs:check && pnpm quality:unused && pnpm quality:complexity && pnpm quality:duplication && pnpm quality:cycles && pnpm quality:dependencies && pnpm quality:suppressions && pnpm quality:hygiene",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/openai-compatible": "2.0.41",
"@saas-maker/feedback": "^0.4.0",
"@tanstack/react-virtual": "3.14.8",
"ai": "6.0.168",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "1.27.0",
"next": "16.3.3",
"next-auth": "5.0.0-beta.32",
"next-themes": "0.4.6",
"nuqs": "2.9.2",
"posthog-js": "^1.414.0",
"radix-ui": "1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"swr": "2.4.2",
"tailwind-merge": "3.6.0",
"web-vitals": "^4.2.4",
"workers-ai-provider": "3.3.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.5",
"@opennextjs/cloudflare": "1.20.2",
"@playwright/test": "^1.62.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "25.6.0",
"@types/react": "^19.2.17",
"@types/react-dom": "19",
"@vitest/coverage-v8": "4.1.10",
"babel-plugin-react-compiler": "1.0.0",
"beasties": "^0.4.3",
"husky": "9.1.7",
"jscpd": "5.0.14",
"knip": "^6.29.0",
"shadcn": "4.16.2",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.1",
"tw-animate-css": "1.4.0",
"typescript": "6.0.3",
"ultracite": "7.10.2",
"vitest": "4.1.10",
"wrangler": "4.120.0"
},
"pnpm": {
"overrides": {
"fast-uri@>=3.0.0 <3.1.7": ">=3.1.7",
"sharp@<0.35.4": "0.35.4",
"js-yaml@>=4.0.0 <4.3.2": "4.3.2",
"svgo@>=4.0.0 <4.1.0": "4.1.0"
}
}
}