forked from yusufky63/VisionZ-AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.58 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
{
"name": "zora-sdk-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"lint-watch": "eslint . --ext .ts,.tsx --fix --watch"
},
"dependencies": {
"@headlessui/react": "^2.2.1",
"@heroicons/react": "^2.2.0",
"@huggingface/inference": "^3.7.1",
"@supabase/supabase-js": "^2.50.0",
"@tailwindcss/postcss": "^4.1.3",
"@tanstack/react-query": "^5.72.2",
"@vercel/analytics": "^1.5.0",
"@wagmi/core": "^2.16.7",
"@zoralabs/coins-sdk": "^0.2.2",
"@zoralabs/protocol-deployments": "^0.5.4",
"@zoralabs/protocol-sdk": "^0.13.5",
"axios": "^1.8.4",
"connectkit": "^1.9.0",
"date-fns": "^4.1.0",
"ethers": "^5.8.0",
"lucide-react": "^0.518.0",
"next": "15.3.0",
"react": "^18.2.0",
"react-confetti": "^6.4.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"replicate": "^1.0.1",
"viem": "^2.26.2",
"wagmi": "^2.14.16"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-next": "15.3.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"pino-pretty": "^13.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}