-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
59 lines (59 loc) · 1.58 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": "swaplace",
"description": "your greatest deals are here",
"version": "0.0.0-development",
"license": "MIT",
"repository": "blockful-io/swaplace-dapp",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"semantic-release": "semantic-release",
"lint": "next lint --config .eslintrc"
},
"dependencies": {
"@headlessui-float/react": "^0.13.0",
"@headlessui/react": "^1.7.17",
"@rainbow-me/rainbowkit": "^1.3.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.1.8",
"@types/prop-types": "^15.7.11",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@wagmi/core": "^2.6.9",
"alchemy-sdk": "^3.1.2",
"axios": "^1.6.7",
"boring-avatars": "1.7.0",
"classcat": "^5.0.4",
"eslint-plugin-unused-imports": "2.0.0",
"ethers": "^5.7.2",
"next": "14.0.3",
"next-auth": "^4.20.1",
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"siwe": "^1.1.6",
"viem": "^1.19.11",
"wagmi": "^1.4.7",
"web3": "^4.3.0",
"web3-eth-ens": "^4.0.8"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-fetch": "^2.6.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.1",
"eslint": "8.7.0",
"eslint-config-next": "13.4.19",
"postcss": "^8",
"semantic-release": "23.0.2",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}