-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "coinbase-blockchain-app",
"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.39.2",
"@angular/common": "^13.2.1",
"@angular/core": "^13.2.1",
"@sanity/client": "^3.0.3",
"@sanity/form-builder": "^2.26.0",
"@sanity/image-url": "^1.0.1",
"@sanity/ui": "^0.37.4",
"@vercel/next": "^2.7.9",
"chart.js": "^3.7.0",
"css-loader": "^6.6.0",
"ethers": "^5.5.4",
"mini-css-extract-plugin": "^2.5.3",
"next": "12.0.10",
"next-auth-sanity": "^1.3.0",
"ng2-charts": "^3.0.8",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"rxjs": "^7.5.2",
"sass": "^1.49.7",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3",
"vercel": "^23.1.2"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"sass-loader": "^12.4.0",
"webpack": "^5.68.0"
}
}