-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
{
"private": true,
"scripts": {
"dev": "export NODE_ENV=development && next dev",
"build": "export NODE_ENV=production && next build && next export",
"build:staging": "export NODE_ENV=development && env-cmd -f ./.env.staging next build && next export",
"build:analyze": "export NODE_ENV=production && ANALYZE=true next build && next export",
"start": "export NODE_ENV=development && next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@binance-chain/bsc-connector": "^1.0.0",
"@pancakeswap/uikit": "^0.63.1",
"@reduxjs/toolkit": "^1.7.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "6.2.4",
"antd": "^4.18.2",
"axios": "^0.24.0",
"ethers": "^5.5.2",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"next": "^12.0.7",
"qrcode.react": "^3.0.1",
"qs": "^6.10.2",
"react": "^17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-motion": "^0.5.2",
"react-redux": "^7.2.6",
"react-router": "^6.2.1",
"react-router-redux": "^4.0.8",
"react-share": "^4.4.0",
"react-twitter-widgets": "^1.10.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.8",
"@svgr/webpack": "^6.2.0",
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"env-cmd": "^10.1.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"next-plugin-antd-less": "^1.8.0",
"sass": "^1.45.0",
"spritesmith": "^3.4.0",
"typescript": "^4.5.4"
}
}