-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 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
{
"name": "coinbase-blockchain-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@3rdweb/react": "^1.9.3",
"@3rdweb/sdk": "^1.42.0",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"chart.js": "^3.7.1",
"ethers": "^5.6.1",
"next": "12.1.0",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-loader-spinner": "^6.0.0-0",
"react-modal": "^3.14.4",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.3",
"vercel": "^24.0.1"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}