-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
{
"name": "enzyme-standalone-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "pnpx vercel deploy",
"format": "rome format --write . && rome check --apply .",
"format:unsafe": "rome check --apply-unsafe .",
"lint": "rome check .",
"typecheck": "tsc --noEmit",
"test": "playwright test",
"codegen": "graphql-codegen"
},
"dependencies": {
"@enzymefinance/abis": "^0.0.9",
"@enzymefinance/sdk": "^0.0.18",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/client-preset-swc-plugin": "^0.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^3.1.0",
"@playwright/test": "^1.33.0",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.3",
"@rainbow-me/rainbowkit": "^1.0.0",
"@tanstack/react-query": "^5.0.0-alpha.26",
"@types/node": "^20.1.4",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"graphql-tag": "^2.12.6",
"lucide-react": "^0.216.0",
"next": "^13.4.2",
"next-themes": "^0.2.1",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-use": "^17.4.0",
"rome": "^12.1.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.5",
"typescript": "^5.0.4",
"viem": "^0.3.24",
"wagmi": "^1.0.3",
"zod": "^3.21.4"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"@noble/[email protected]": "patches/@[email protected]"
}
}
}