-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "ui-for-l3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:format": "prettier --config-precedence file-override --write \"src/**/*.{tsx,ts,scss,md,json}\""
},
"dependencies": {
"@arbitrum/orbit-sdk": "^0.20.0",
"@ethersproject/providers": "^5.7.2",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.2.0",
"@offchainlabs/cobalt": "0.3.12",
"@rainbow-me/rainbowkit": "^1.0.8",
"boring-avatars": "^1.10.2",
"encoding": "^0.1.13",
"jszip": "^3.10.1",
"lokijs": "^1.5.12",
"next": "^13.5.6",
"pino-pretty": "^10.2.0",
"posthog-js": "^1.67.1",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.4",
"react-transition-group": "^4.4.5",
"use-clipboard-copy": "^0.2.0",
"use-query-params": "^2.2.1",
"viem": "^1.20.0",
"wagmi": "^1.3.9",
"zod": "^3.21.4"
},
"devDependencies": {
"@offchainlabs/prettier-config": "^0.2.1",
"@types/dotenv": "^8.2.0",
"@types/node": "18.16.3",
"@types/react": "18.2.2",
"@types/react-dom": "18.2.3",
"@types/react-syntax-highlighter": "^15.5.7",
"autoprefixer": "10.4.14",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.4.13",
"postcss": "8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "5.0.4"
}
}