-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 848 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 848 Bytes
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
{
"name": "one_for_all",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.6",
"bcrypt": "^5.1.1",
"ether": "^0.0.9",
"ethers": "^6.14.3",
"express": "^5.1.0",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.14.0",
"next": "^15.3.2",
"nodemailer": "^6.10.0",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sweetalert2": "^11.21.2",
"viem": "^2.30.6",
"wagmi": "^2.15.5",
"web3": "^4.16.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"tailwindcss": "^4"
}
}