-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.97 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.97 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
{
"name": "my-v0-project",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "prisma generate --no-hints && next build",
"dev": "next dev",
"inngest:dev": "npx inngest-cli dev -u http://localhost:3000/api/inngest --no-poll",
"env:pull:dev": "vercel env pull .env.local --environment=development",
"db:seed": "tsx scripts/2-update-polymarket-data.ts && tsx scripts/4-generate-batch-predictions.ts",
"db:prisma:generate": "prisma generate --no-hints",
"db:migrate:status:dev": "dotenv -e .env.local -- sh -c 'DATABASE_URL=$DATABASE_URL_UNPOOLED prisma migrate status'",
"db:migrate:dev": "dotenv -e .env.local -- sh -c 'DATABASE_URL=$DATABASE_URL_UNPOOLED npx prisma migrate dev'",
"db:validate": "dotenv -e .env.local -- sh -c 'DATABASE_URL=$DATABASE_URL_UNPOOLED prisma validate'",
"db:migrate:deploy:ci": "DATABASE_URL=$DATABASE_URL_UNPOOLED prisma migrate deploy",
"db:migrate:status:ci": "DATABASE_URL=$DATABASE_URL_UNPOOLED prisma migrate status",
"db:prisma:studio": "prisma studio",
"db:provision:roles": "tsx scripts/db/provision-db-roles-dev-simple.ts",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"start": "next start",
"test": "vitest --run",
"test:ui": "vitest --ui",
"test:live": "dotenv -e .env.local -- vitest --run tests/**/*.live.test.ts",
"admin:credits": "dotenv -e .env.local -- npx tsx scripts/manage-user-credits.ts",
"admin:credits:prod": "dotenv -e .env.production -- npx tsx scripts/manage-user-credits.ts"
},
"dependencies": {
"@ai-sdk/openai": "latest",
"@hookform/resolvers": "^3.9.1",
"@lit/reactive-element": "^2.1.1",
"@prisma/client": "^6.13.0",
"@privy-io/react-auth": "^2.21.4",
"@privy-io/server-auth": "^1.31.1",
"@radix-ui/react-accordion": "latest",
"@radix-ui/react-alert-dialog": "latest",
"@radix-ui/react-aspect-ratio": "latest",
"@radix-ui/react-avatar": "latest",
"@radix-ui/react-checkbox": "latest",
"@radix-ui/react-collapsible": "latest",
"@radix-ui/react-context-menu": "latest",
"@radix-ui/react-dialog": "latest",
"@radix-ui/react-dropdown-menu": "latest",
"@radix-ui/react-hover-card": "latest",
"@radix-ui/react-label": "latest",
"@radix-ui/react-menubar": "latest",
"@radix-ui/react-navigation-menu": "latest",
"@radix-ui/react-popover": "latest",
"@radix-ui/react-progress": "latest",
"@radix-ui/react-scroll-area": "latest",
"@radix-ui/react-select": "latest",
"@radix-ui/react-separator": "latest",
"@radix-ui/react-slider": "latest",
"@radix-ui/react-slot": "latest",
"@radix-ui/react-switch": "latest",
"@radix-ui/react-tabs": "latest",
"@radix-ui/react-toast": "latest",
"@radix-ui/react-toggle": "latest",
"@radix-ui/react-toggle-group": "latest",
"@radix-ui/react-tooltip": "latest",
"@solana/spl-token": "^0.4.13",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-devtools": "^5.85.5",
"@trpc/client": "^11.5.0",
"@trpc/next": "^11.5.0",
"@trpc/react-query": "^11.5.0",
"@trpc/server": "^11.5.0",
"@upstash/ratelimit": "^2.0.6",
"@vercel/kv": "^3.0.0",
"ai": "latest",
"autoprefixer": "^10.4.20",
"chart.js": "^4.5.0",
"clsx": "^2.1.1",
"cmdk": "latest",
"d3-format": "^3.1.0",
"date-fns": "4.1.0",
"dotenv": "^17.2.1",
"embla-carousel-react": "latest",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"inngest": "^3.40.2",
"input-otp": "latest",
"lit": "^3.3.1",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "latest",
"pg": "^8.16.3",
"postgres": "^3.4.7",
"posthog-js": "^1.261.7",
"posthog-node": "^5.8.2",
"react": "^19",
"react-chartjs-2": "^5.3.0",
"react-day-picker": "latest",
"react-dom": "^19",
"react-hook-form": "latest",
"react-resizable-panels": "latest",
"recharts": "latest",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"sonner": "latest",
"superjson": "^2.2.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.5",
"vaul": "latest",
"zod": "^3.24.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@types/d3-format": "^3.0.4",
"@types/node": "^22",
"@types/pg": "^8.15.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "^3.2.4",
"dotenv-cli": "^7.4.1",
"eslint": "^9.32.0",
"eslint-config-next": "15.4.5",
"execa": "^9.6.0",
"jsdom": "^26.1.0",
"knip": "^5.62.0",
"postcss": "^8.5",
"prisma": "^6.15.0",
"tailwindcss": "^3.4.17",
"ts-prune": "^0.10.3",
"tsx": "^4.20.3",
"typescript": "^5",
"vitest": "^3.2.4",
"whatwg-fetch": "^3.6.20"
}
}