-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.52 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.52 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
{
"name": "iexec-explorer",
"private": true,
"version": "1.8.0",
"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",
"watch:codegen": "npm run watch:codegen:poco",
"codegen:poco": "graphql-codegen --config codegenPoco.ts",
"watch:codegen:poco": "graphql-codegen --config codegenPoco.ts --watch"
},
"dependencies": {
"@fontsource-variable/anybody": "^5.2.5",
"@fontsource-variable/mulish": "^5.2.5",
"@fontsource/space-mono": "^5.2.5",
"@hookform/resolvers": "^5.0.1",
"@icons-pack/react-simple-icons": "^12.7.0",
"@multiformats/multiaddr": "^12.4.1",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-tooltip": "^1.2.0",
"@reown/appkit": "^1.6.9",
"@reown/appkit-adapter-wagmi": "^1.6.9",
"@rollbar/react": "^0.12.1",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-router": "^1.116.0",
"@tanstack/react-router-devtools": "^1.116.0",
"@tanstack/react-table": "^8.21.3",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"graphql": "^16.10.0",
"iexec": "^8.16.0",
"lucide-react": "^0.487.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"rollbar": "^2.26.4",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.3",
"tw-animate-css": "^1.2.5",
"viem": "^2.28.0",
"wagmi": "^2.15.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@eslint/js": "^9.21.0",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/schema-ast": "^4.1.0",
"@parcel/watcher": "^2.5.1",
"@tanstack/router-plugin": "^1.117.2",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.14.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}