-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.57 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
{
"name": "ifxbuilty",
"version": "0.1.0",
"license": "MIT",
"private": true,
"packageManager": "yarn@4.12.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"perf:lighthouse": "node scripts/lighthouse-mobile.mjs",
"backfill:variants": "tsx scripts/backfill-generation-variants.ts",
"db:reset": "supabase db reset --local",
"db:start": "supabase start",
"db:stop": "supabase stop",
"sb": "supabase",
"sb:login": "supabase login",
"ai:image": "tsx index.ts",
"generate:mashup": "tsx scripts/generate-mashup.ts",
"test": "vitest --run"
},
"dependencies": {
"@ai-sdk/gateway": "^3.0.115",
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.105.3",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"@workflow/ai": "^4.1.2",
"ai": "^6.0.184",
"dodopayments": "^2.31.1",
"dotenv": "^17.4.2",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-medium-image-zoom": "^5.4.5",
"sharp": "^0.34.5",
"workflow": "^4.2.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"fast-check": "^4.7.0",
"jsdom": "^29.1.1",
"supabase": "^2.98.2",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
"vitest": "^4.1.5"
}
}