-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.1 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
{
"name": "bearxlabs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethersproject/contracts": "^5.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"ethers": "^5.5.4",
"file-saver": "^2.0.5",
"fs": "0.0.1-security",
"google-sheets-api": "^1.0.1",
"google-spreadsheet": "^3.2.0",
"polyfill-promise": "^4.0.1",
"react": "^17.0.2",
"react-awesome-modal": "^2.0.5",
"react-bootstrap": "^2.1.2",
"react-confirm-box": "^1.2.0",
"react-countdown-circle-timer": "^3.0.9",
"react-date-countdown-timer": "^1.1.0",
"react-dom": "^17.0.2",
"react-filterable-table": "^0.3.438",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroll-hook": "^4.0.3",
"react-infinite-scroller": "^1.2.6",
"react-notifications": "^1.7.3",
"react-number-format": "^4.9.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"sass": "^1.49.9",
"sweetalert2": "^11.4.8",
"unix-timestamp": "^1.0.2",
"use-google-spreadsheet": "^0.4.2",
"web-vitals": "^2.1.4",
"web3": "^1.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}