-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.43 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "walle",
"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.41.3",
"@ethereumjs/tx": "^3.5.0",
"@metamask/detect-provider": "^1.2.0",
"@openzeppelin/contracts": "^4.5.0",
"@reduxjs/toolkit": "^1.8.0",
"@sanity/client": "^3.1.0",
"@sanity/image-url": "^1.0.1",
"@truffle/hdwallet-provider": "^2.0.4",
"apexcharts": "^3.33.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"coingecko-api": "^1.0.10",
"crypto-price": "^0.0.6",
"ethereumjs-tx": "^1.3.7",
"ethers": "^5.5.4",
"next": "12.1.0",
"primeicons": "^5.0.0",
"primereact": "^7.2.1",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-bootstrap": "^2.2.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"react-redux": "^7.2.6",
"reactstrap": "^9.0.1",
"sass": "^1.49.9",
"simplebar-react": "^2.3.6",
"styled-components": "^5.3.3",
"sweetalert2": "^11.4.7",
"sweetalert2-react-content": "^4.2.0",
"swr": "^1.2.2",
"web3": "^1.7.0"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0"
}
}