-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
{
"name": "libre-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"clean": "next clean",
"build": "next build",
"start": "next start",
"build:css": "postcss src/styles/tailwind.css -o src/styles/main.css",
"build:watch": "postcss src/styles/tailwind.css -o src/styles/main.css --watch",
"prod:build": "NODE_ENV=production yarn run build:css && yarn run build"
},
"dependencies": {
"@apollo/client": "^3.5.9",
"@ethersproject/address": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/networks": "^5.4.2",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/solidity": "^5.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@headlessui/react": "^1.4.2",
"@libre-defi/avalanche-swap-sdk": "1.0.2",
"@libre-defi/bsc-swap-sdk": "1.0.1",
"@libre-defi/polygon-swap-sdk": "1.0.2",
"@pancakeswap-libs/sdk": "^1.0.1",
"@reduxjs/toolkit": "^1.6.1",
"@svgr/webpack": "^5.5.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@walletconnect/web3-provider": "^1.5.4",
"add": "^2.0.6",
"autoprefixer": "^10.3.1",
"axios": "^0.21.4",
"bignumber.js": "^9.0.1",
"ethereum-block-by-date": "^1.4.2",
"ethers": "^5.4.6",
"firebase": "^9.3.0",
"graphql": "^16.3.0",
"next": "11.0.1",
"numbro": "2.3.2",
"numeral": "^2.0.6",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-charts": "^3.0.0-beta.35",
"react-dom": "^17.0.2",
"react-input-range": "^1.3.0",
"react-redux": "^7.2.4",
"redux-toolkit": "^1.1.2",
"tailwindcss": "^2.2.7",
"web3": "^1.5.1",
"web3modal": "^1.9.4",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/numeral": "^2.0.1",
"@types/react": "17.0.15",
"@types/react-dom": "^17.0.9",
"@types/web3": "^1.2.2",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}