-
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) · 938 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 938 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": "protocol-red",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "hardhat compile",
"deploy:contracts": "hardhat run scripts/deploy.js --network base"
},
"dependencies": {
"@tanstack/react-query": "^5.90.20",
"ethers": "^6.11.0",
"framer-motion": "^11.0.3",
"lucide-react": "^0.323.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"viem": "^2.45.1",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^5.4.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.1",
"hardhat": "^2.28.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
}
}