-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "Moderator",
"version": "1.0.0",
"description": "GenLayer moderator AI-powered on GenLayer blockchain.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.90.5",
"@wagmi/connectors": "^6.1.3",
"@wagmi/core": "^2.22.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"genlayer-js": "^0.18.3",
"lucide-react": "^0.548.0",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^1.7.1",
"tailwind-merge": "^3.3.1",
"viem": "2.21.54",
"wagmi": "^2.19.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
}
}