forked from robpark04/apeswap-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.46 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "apeswap-frontend",
"version": "0.1.12",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json}\"",
"format:check:staged": "pretty-quick --staged --check",
"format:write": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
"prepare": "husky install",
"postinstall": "yarn run typechain",
"typechain": "typechain --out-dir src/config/abi/types --target=ethers-v5 \"src/config/abi/*.json\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@ape.swap/uikit": "1.3.5",
"@apeswapfinance/sdk": "^2.0.0-alpha.14",
"@apeswapfinance/token-lists": "1.0.287",
"@apeswapfinance/uikit": "0.11.3",
"@autonomylabs/limit-stop-orders": "0.0.6",
"@binance-chain/bsc-connector": "^1.0.0",
"@crowdin/crowdin-api-client": "^1.10.1",
"@emotion/styled": "^11.8.1",
"@ethersproject/abi": "^5.0.7",
"@mdx-js/react": "^2.1.0",
"@reduxjs/toolkit": "^1.5.0",
"@toruslabs/torus-embed": "^1.21.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.7",
"@uniswap/token-lists": "^1.0.0-beta.27",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/torus-connector": "^6.2.9",
"@web3-react/walletconnect-connector": "6.2.4",
"@web3-react/walletlink-connector": "^6.2.8",
"apexcharts": "^3.25.0",
"axios-retry": "^3.2.4",
"bignumber.js": "^9.0.0",
"chart.js": "^2.9.4",
"date-fns": "^2.16.1",
"ethers": "^5.3.0",
"lodash": "^4.17.20",
"polished": "^4.1.3",
"react": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-chartjs-2": "^2.11.1",
"react-countup": "^4.3.3",
"react-datepicker": "^4.3.0",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet-async": "^1.0.9",
"react-iframe": "^1.8.0",
"react-paginate": "^8.1.2",
"react-player": "^2.10.0",
"react-query": "^3.34.19",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.18",
"react-rewards": "^1.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-window": "^1.8.6",
"redux-localstorage-simple": "^2.4.1",
"styled-components": "^5.1.1",
"swiper": "^6.7.5",
"typescript": "^4.4.3",
"use-media": "^1.4.0",
"web3": "^1.3.1",
"yalc": "^1.0.0-pre.53"
},
"devDependencies": {
"@apeswapfinance/eslint-config-apeswap": "1.0.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@typechain/ethers-v5": "^8.0.5",
"@types/jest": "^26.0.19",
"@types/react-datepicker": "^4.3.2",
"eslint": "^7.26.0",
"framer-motion": "^4.1.17",
"husky": "^7.0.4",
"jest-canvas-mock": "^2.3.1",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"source-map-explorer": "^2.5.1",
"theme-ui": "^0.13.1",
"ts-jest": "^26.5.0",
"typechain": "^6.1.0"
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}