-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
46
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.1.6",
"@web3modal/ethereum": "^2.4.2",
"@web3modal/react": "^2.4.2",
"alchemy-sdk": "^2.7.0",
"axios": "^1.1.3",
"dotenv": "^16.1.4",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"ethers": "^5.7.2",
"formidable": "^2.1.1",
"mime": "^3.0.0",
"mongodb": "^5.6.0",
"next": "13.0.2",
"nft.storage": "^7.0.0",
"openai": "^3.1.0",
"pdf-parse": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lazy": "^1.1.0",
"react-twitter-embed": "^4.0.4",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.6",
"twitter": "^1.7.1",
"twitter-api-v2": "^1.14.2",
"viem": "^0.3.50",
"wagmi": "^1.0.9"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}