-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 KB
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
{
"name": "nexapay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "npx hardhat run scripts/deploy.js --network sepolia",
"deploy:local": "npx hardhat run scripts/deploy.js --network localhost"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@openzeppelin/contracts": "^5.3.0",
"@types/nodemailer": "^6.4.17",
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"bn.js": "^5.2.1",
"framer-motion": "^10.18.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.292.0",
"mongodb": "^6.15.0",
"next": "14.2.35",
"next-auth": "^4.24.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"recharts": "^2.15.3",
"web3": "^4.2.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/bcryptjs": "^2.4.6",
"@types/bn.js": "^5.1.6",
"@types/jsonwebtoken": "^9.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.46",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"dotenv": "^16.5.0",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"ethers": "^5.8.0",
"hardhat": "^2.23.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}