-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 866 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
{
"name": "baserep-protocol",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint"
},
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "^2.7.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query": "^5.90.21",
"clsx": "^2.1.1",
"ethers": "^6.10.0",
"lucide-react": "^0.300.0",
"next": "15.1.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^3.5.0",
"viem": "^2.47.0",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}