-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1014 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
40
41
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.9.0",
"@moralisweb3/next": "^2.8.2",
"axios": "^1.2.1",
"color": "^4.2.3",
"daisyui": "^2.42.1",
"ethers": "^5.7.2",
"moralis": "^2.9.0",
"next": "latest",
"next-auth": "^4.18.3",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-graph-vis": "^1.0.7",
"react-hook-form": "^7.41.0",
"react-icons": "^4.7.1",
"react-moralis": "^1.4.2",
"react-query": "^3.39.2",
"react-scripts": "^5.0.1",
"use-debounce": "^9.0.2",
"wagmi": "^0.9.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"antd": "^5.0.5",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}