-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.94 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.94 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
{
"name": "iexec-explorer",
"private": true,
"version": "1.31.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"check-type": "tsc -b",
"format": "prettier --write src",
"check-format": "prettier --check src",
"preview": "vite preview",
"codegen": "npm run codegen:poco && npm run codegen:dataprotector",
"watch:codegen": "npm run watch:codegen:poco",
"codegen:poco": "graphql-codegen --config codegenPoco.ts",
"codegen:dataprotector": "graphql-codegen --config codegenDataprotector.ts",
"watch:codegen:poco": "graphql-codegen --config codegenPoco.ts --watch"
},
"dependencies": {
"@clerk/clerk-react": "^5.58.0",
"@clerk/themes": "^2.4.42",
"@fontsource-variable/anybody": "^5.2.7",
"@fontsource-variable/mulish": "^5.2.8",
"@fontsource/space-mono": "^5.2.9",
"@hookform/resolvers": "^5.2.2",
"@icons-pack/react-simple-icons": "^13.8.0",
"@multiformats/multiaddr": "^13.0.1",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@reown/appkit": "^1.8.14",
"@reown/appkit-adapter-wagmi": "^1.8.14",
"@rollbar/react": "^1.0.0",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.140.0",
"@tanstack/react-router-devtools": "^1.140.0",
"@tanstack/react-table": "^8.21.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@uiw/react-json-view": "^2.0.0-alpha.39",
"big.js": "^7.0.1",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"graphql": "^16.12.0",
"iexec": "^8.23.0",
"lucide-react": "^0.556.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"rollbar": "^2.26.5",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"use-local-storage-state": "^19.5.0",
"viem": "^2.41.2",
"wagmi": "^3.1.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.15.1",
"@eslint/js": "^9.39.1",
"@graphql-codegen/cli": "^6.1.0",
"@graphql-codegen/schema-ast": "^5.0.0",
"@parcel/watcher": "^2.5.1",
"@tanstack/router-plugin": "^1.140.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/big.js": "^6.2.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.7"
}
}