-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@uniswap/v3-periphery": "^1.4.4",
"@vercel/functions": "^1.4.1",
"@vercel/og": "^0.6.2",
"alchemy-sdk": "^3.4.7",
"ethers": "^6.12.1",
"frog": "^0.11.4",
"hono": "^4.3.11",
"next": "^15.0.0",
"nextjs-better-unstable-cache": "^1.1.0",
"numeral": "^2.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^3.20.1",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-embed": "^0.4.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.3.0"
}
}