-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "helix-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"warmup": "npx tsx scripts/warmup.ts",
"cron-tick": "npx tsx scripts/cron-tick.ts",
"executor-tick": "npx tsx --env-file=.env.local scripts/executor-tick.ts",
"executor-ip": "npx tsx scripts/executor-ip.ts",
"seed-test-customer": "npx tsx --env-file=.env.local scripts/seed-test-customer.ts",
"test": "vitest run"
},
"dependencies": {
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.103.0",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
"cobe": "^2.0.1",
"framer-motion": "^12.38.0",
"lightweight-charts": "5.0.2",
"lucide-react": "0.469.0",
"next": "^16.2.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"recharts": "2.15.0",
"tailwind-merge": "2.6.0",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0-beta.8",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/three": "^0.183.1",
"postcss": "8.4.49",
"tailwindcss": "4.0.0-beta.8",
"typescript": "5.7.2",
"vitest": "^4.1.4"
}
}