-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 835 Bytes
/
package.json
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
{
"name": "coinbase-clone-blockchain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sanity/client": "^3.3.0",
"@sanity/image-url": "^1.0.1",
"@thirdweb-dev/react": "^2.2.6",
"@thirdweb-dev/sdk": "^2.2.8",
"chart.js": "^3.7.1",
"ethers": "^5.6.5",
"next": "12.1.5",
"react": "18.1.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-next": "12.1.5"
},
"main": "index.js",
"repository": "https://github.com/cuvy500/coinbase-clone-blockchain.git",
"author": "Cuvy Jet <[email protected]>",
"license": "MIT"
}