-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.01 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.01 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
{
"name": "authichain",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"check:db": "node ./script/check-database-schema.mjs",
"typecheck": "tsc --noEmit",
"validate": "npm run build && npm run typecheck",
"start": "next start",
"lint": "next lint",
"contract:compile": "npx hardhat compile",
"contract:deploy:testnet": "npx hardhat run scripts/nft/deploy.ts --network vechain_test",
"contract:deploy:mainnet": "npx hardhat run scripts/nft/deploy.ts --network vechain_main",
"build:cloudflare": "pnpm exec @opennextjs/cloudflare build",
"contract:deploy:polygon": "hardhat run scripts/nft/deploy.ts --network polygon",
"contract:deploy:polygon_amoy": "hardhat run scripts/nft/deploy.ts --network polygon_amoy"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@fal-ai/client": "^1.9.5",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-alert-dialog": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-progress": "^1.1.3",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-toast": "^1.2.7",
"@supabase/auth-js": "2.90.1",
"@supabase/functions-js": "^2.4.4",
"@supabase/postgrest-js": "^1.19.4",
"@supabase/realtime-js": "^2.10.12",
"@supabase/ssr": "^0.5.2",
"@supabase/storage-js": "^2.7.3",
"@supabase/supabase-js": "^2.47.10",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"ethers": "^6.13.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.453.0",
"next": "^15.2.4",
"next-themes": "^0.4.6",
"openai": "^6.16.0",
"pg": "^8.16.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"resend": "^3.5.0",
"stripe": "^17.7.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "^5.119.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@opennextjs/cloudflare": "^1.18.0",
"@openzeppelin/contracts": "^5.2.0",
"@types/node": "^22.10.5",
"@types/pg": "^8.16.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.0",
"drizzle-kit": "^0.31.8",
"hardhat": "^2.22.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"wrangler": "4.78.0"
},
"_agentZ": "live-strainchain-demo-v1",
"_agentZ_img": "og-icons-fixed-v1"
}