-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 2.05 KB
/
package.json
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
{
"name": "claim-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "graphql-codegen",
"dev": "next dev",
"build": "wagmi generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.10.8",
"@nextui-org/accordion": "^2.0.40",
"@nextui-org/autocomplete": "^2.1.7",
"@nextui-org/dropdown": "^2.1.31",
"@nextui-org/input": "^2.2.5",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/radio": "^2.1.5",
"@nextui-org/skeleton": "^2.0.32",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "^2.2.6",
"@nextui-org/table": "^2.0.40",
"@nextui-org/tabs": "^2.0.37",
"@nextui-org/theme": "^2.2.11",
"@nextui-org/tooltip": "^2.0.41",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@rainbow-me/rainbowkit": "^2.1.4",
"@reservoir0x/reservoir-kit-ui": "^2.7.7",
"@tanstack/react-query": "^5.28.4",
"alchemy-sdk": "^3.2.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.44.0",
"eslint-config-next": "14.1.3",
"framer-motion": "^11.5.4",
"lucide-react": "^0.452.0",
"next": "14.1.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-number-format": "^5.3.4",
"swr": "^2.2.5",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.1.6",
"urql": "^4.0.4",
"viem": "^2.8.10",
"wagmi": "^2.5.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@wagmi/cli": "^2.1.15",
"autoprefixer": "^10.4.20",
"graphql": "^16.9.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11"
}
}