This repository was archived by the owner on May 17, 2026. It is now read-only.
forked from QRON-2026/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 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
45
46
47
{
"name": "qron-starter-v2",
"version": "2.0.0",
"description": "QRON - Living QR Codes. AI-generated scannable portals that evolve.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:migrate": "supabase db push",
"db:reset": "supabase db reset"
},
"dependencies": {
"@fal-ai/serverless-client": "^0.13.0",
"@supabase/supabase-js": "^2.39.0",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@thirdweb-dev/react": "^4.4.0",
"@thirdweb-dev/sdk": "^4.0.0",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"qrcode": "^1.5.3",
"framer-motion": "^10.18.0",
"lucide-react": "^0.309.0",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.0",
"zustand": "^4.4.7",
"sonner": "^1.3.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/qrcode": "^1.5.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.0",
"supabase": "^1.131.0"
},
"engines": {
"node": ">=18.0.0"
}
}