-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.36 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
{
"name": "bomb-frontend",
"version": "2.0.0",
"repository": "https://github.com/bombmoney/bomb-frontend.git",
"author": "Aaron <aaron@1coin.io>",
"license": "MIT",
"dependencies": {
"@davatar/react": "^1.8.1",
"@ethersproject/providers": "^5.4.1",
"@fortawesome/fontawesome-svg-core": "~1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@pancakeswap/sdk": "^2.4.0",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/humanize-plus": "^1.8.0",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-helmet": "^6.1.5",
"@types/react-redux": "^7.1.9",
"bignumber.js": "^9.0.0",
"clsx": "^1.1.1",
"ethers": "^5.4.1",
"material-ui-image": "^3.3.2",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-countdown": "^2.2.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-loading-skeleton": "^2.1.1",
"react-minimal-pie-chart": "^8.2.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-spring": "^8.0.27",
"redux-localstorage-simple": "^2.3.1",
"styled-components": "^5.1.1",
"typescript": "^3.9.7",
"use-wallet": "OGBoogieTomb/use-wallet",
"web3": "^1.2.11"
},
"scripts": {
"start": "react-scripts start",
"build": "set CI= GENERATE_SOURCEMAP=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/numeral": "0.0.28",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"prettier": "2.3.1"
},
"packageManager": "yarn@3.2.0"
}