-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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": "crypto-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon index.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^1.0.6",
"@next/font": "13.4.13",
"@nextui-org/react": "^1.0.0-beta.9",
"@rainbow-me/rainbowkit": "^2.1.6",
"@tanstack/react-query": "^5.56.2",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"compressorjs": "^1.2.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.3",
"multer": "^1.4.5-lts.1",
"next": "13.4.13",
"nodemon": "^3.0.2",
"openai": "^4.61.0",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"sharp": "^0.33.4",
"uuid": "^10.0.0",
"viem": "^2.21.7",
"wagmi": "^2.12.11",
"web3modal": "^1.9.9"
}
}