-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.1 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "bandbindex",
"version": "1.0.3",
"private": true,
"homepage": "https://github.com/LiquidityApe/BandBindex",
"scripts": {
"deploy": "next build && npx gh-pages -d .next",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@proton/web-sdk": "^4.2.15",
"@radix-ui/react-icons": "^1.3.0",
"@react-oauth/google": "^0.10.0",
"@reduxjs/toolkit": "^1.9.5",
"@tabler/icons-react": "^2.17.0",
"@walletconnect/web3wallet": "^1.8.7",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"chart.js": "^4.3.0",
"cors": "^2.8.5",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"firebase": "^9.21.0",
"flutterwave-react-v3": "^1.3.0",
"formidable": "^2.1.1",
"framer-motion": "^10.12.4",
"gh-pages": "^5.0.0",
"googleapis": "^118.0.0",
"lottie-react": "^2.4.0",
"mongodb": "^5.3.0",
"next": "13.3.0",
"next-redux-wrapper": "^8.1.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.5.2",
"react-modal": "^3.16.1",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"react-spinners": "^0.13.8",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"styled-components": "^6.0.7",
"sweetalert": "^2.1.2",
"tailwindcss": "3.3.1",
"typeface-inter": "^3.18.1",
"viem": "^1.4.2",
"wagmi": "^1.3.9",
"web3": "^4.0.3"
},
"description": "BandBindex",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "BandBindex"
},
"keywords": [
"blockchain"
],
"author": "LiquidityApe",
"license": "UNLICENSED"
}