-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
79 lines (79 loc) · 2.24 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": "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": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},
"husky": {
"hooks": {
"pre-commit": "yarn format",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apeswapfinance/uikit": "0.10.4-5.0",
"@binance-chain/bsc-connector": "^1.0.0",
"@crowdin/crowdin-api-client": "^1.10.1",
"@ethersproject/abi": "^5.0.7",
"@pancakeswap-libs/uikit": "^0.10.1",
"@reduxjs/toolkit": "^1.5.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",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"apexcharts": "^3.25.0",
"bignumber.js": "^9.0.0",
"chart.js": "^2.9.4",
"date-fns": "^2.16.1",
"ethers": "^5.3.0",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-chartjs-2": "^2.11.1",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-helmet-async": "^1.0.9",
"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",
"styled-components": "^5.1.1",
"swiper": "^6.7.5",
"typescript": "^4.4.3",
"web3": "^1.3.1"
},
"devDependencies": {
"@apeswapfinance/eslint-config-apeswap": "1.0.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.19",
"eslint": "^7.26.0",
"husky": "^4.3.0",
"prettier": "^2.1.2",
"source-map-explorer": "^2.5.1"
}
}