-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
36 lines (36 loc) · 902 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
34
35
36
{
"name": "coinbase-clone",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@3rdweb/hooks": "^1.8.0",
"@3rdweb/react": "^1.8.1",
"@3rdweb/sdk": "^1.35.0",
"@sanity/client": "^2.23.2",
"@sanity/image-url": "^1.0.1",
"@svgr/webpack": "^6.2.0",
"babel-plugin-styled-components": "^2.0.2",
"chart.js": "^3.7.0",
"crypto-icons": "^1.0.65",
"cryptocurrency-icons": "^0.18.0",
"ethers": "^5.5.3",
"magic-sdk": "^7.0.0",
"next": "12.0.8",
"react": "17.0.2",
"react-chartjs-2": "^4.0.0",
"react-crypto-icons": "^1.0.5",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.8"
}
}