-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "biome format --write src/",
"check-format": "biome check --apply src/",
"prepare": "husky"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.6",
"@tanstack/react-query": "^5.28.4",
"@web3-onboard/core": "^2.21.3",
"@web3-onboard/injected-wallets": "^2.10.13",
"antd": "^5.16.5",
"blockies-ts": "^1.0.0",
"next": "14.1.4",
"next-intl": "^3.10.0",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.3",
"thirdweb": "^5.13.0",
"usehooks-ts": "^3.0.2",
"viem": "^2.8.12",
"wagmi": "^2.5.11",
"web3": "^4.7.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"deepmerge": "^4.3.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"husky": "^9.0.11",
"sass": "^1.72.0",
"typescript": "5.4.2"
}
}