-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 787 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
{
"name": "nextjs-6963",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/providers": "5.1.2",
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.15",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/types": "^6.0.7",
"next": "15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}