-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1011 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1011 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
35
36
37
38
39
40
41
42
{
"name": "defipulse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pushprotocol/restapi": "^1.4.45",
"ethers": "^5.7.2",
"@3rdweb/hooks": "^1.9.2",
"@3rdweb/react": "^1.9.3",
"@ant-design/icons": "^5.1.4",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@pushprotocol/socket": "^0.5.1",
"@pushprotocol/uiweb": "1.0",
"antd": "^5.7.0",
"async": "^3.2.4",
"axios": "^1.4.0",
"crypto": "^1.0.1",
"ethereum-cryptography": "^2.0.0",
"heroicons": "^2.0.18",
"next": "13.4.7",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"dotenv": "^16.3.1",
"nodemon": "^3.0.2",
"web3": "1.8.0",
"ws": "^8.14.2"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"postcss": "8.4.24",
"tailwindcss": "3.3.2"
}
}