-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.53 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.53 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
{
"name": "ensadmin",
"version": "0.35.0",
"private": true,
"type": "module",
"description": "Explore the ENS Protocol like never before",
"license": "MIT",
"packageManager": "pnpm@10.18.1",
"repository": {
"type": "git",
"url": "git+https://github.com/namehash/ensnode.git",
"directory": "apps/ensadmin"
},
"homepage": "https://github.com/namehash/ensnode/tree/main/apps/ensadmin",
"scripts": {
"dev": "next dev -p 4173",
"build": "next build",
"start": "next start -p 4173",
"lint": "biome check --write .",
"lint:ci": "biome ci",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.60.0",
"@ensnode/datasources": "workspace:*",
"@ensnode/ensnode-react": "workspace:*",
"@ensnode/ensnode-schema": "workspace:*",
"@ensnode/ensnode-sdk": "workspace:*",
"@ensnode/ponder-metadata": "workspace:*",
"@formkit/auto-animate": "^0.9.0",
"@gqlpt/adapter-anthropic": "0.0.0-alpha.33",
"@graphiql/plugin-explorer": "^4.0.2",
"@graphiql/react": "^0.28.2",
"@graphiql/toolkit": "^0.11.1",
"@icons-pack/react-simple-icons": "^13.7.0",
"@ponder/utils": "catalog:",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.66.9",
"@xyflow/react": "^12.4.4",
"boring-avatars": "^1.11.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"constate": "^3.3.3",
"date-fns": "catalog:",
"gqlpt": "0.0.0-alpha.33",
"graphiql": "^3.8.3",
"lucide-react": "^0.476.0",
"next": "15.4.7",
"next-themes": "^0.4.6",
"react": "^18",
"react-dom": "^18",
"rooks": "^8.4.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"viem": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@eslint/eslintrc": "^3",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vitest": "catalog:"
}
}