-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.41 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.41 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
{
"name": "ensadmin",
"version": "1.10.1",
"private": true,
"type": "module",
"description": "Explore the ENS Protocol like never before",
"license": "MIT",
"packageManager": "pnpm@10.33.0",
"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": "serve out -l 4173",
"lint": "biome check --write .",
"lint:ci": "biome ci",
"typecheck": "tsgo --noEmit",
"test": "vitest"
},
"dependencies": {
"@ensnode/datasources": "workspace:*",
"@ensnode/ensnode-react": "workspace:*",
"@ensnode/ensnode-sdk": "workspace:*",
"enssdk": "workspace:*",
"@formkit/auto-animate": "^0.9.0",
"@graphiql/plugin-explorer": "5.1.1",
"@graphiql/react": "0.37.1",
"@graphiql/toolkit": "0.11.3",
"@icons-pack/react-simple-icons": "^13.7.0",
"@namehash/namehash-ui": "workspace:*",
"@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:",
"graphiql": "5.2.0",
"graphql": "^16.10.0",
"lucide-react": "catalog:",
"next": "^16.2.3",
"next-themes": "^0.4.6",
"react": "catalog:",
"react-dom": "catalog:",
"rooks": "^8.4.0",
"serve": "^14.2.5",
"sonner": "^2.0.3",
"tailwind-merge": "catalog:",
"tailwindcss-animate": "catalog:",
"viem": "catalog:"
},
"devDependencies": {
"@testing-library/react": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@tailwindcss/postcss": "^4.1.18",
"postcss": "catalog:",
"tailwindcss": "catalog:",
"typescript": "^5",
"vitest": "catalog:"
}
}