-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.13 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
{
"name": "sundae-ui",
"version": "1.0.0",
"homepage": "./",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.17.2",
"@davatar/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/providers": "^5.4.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@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",
"@traderjoe-xyz/sdk": "^0.8.6",
"@types/humanize-plus": "^1.8.0",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/react": "^18.0.0",
"@types/react-redux": "^7.1.9",
"@types/react-tooltip": "^4.2.4",
"@types/styled-system": "^5.1.15",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^1.1.0",
"bignumber.js": "^9.0.0",
"bootstrap": "^5.1.3",
"clsx": "^1.1.1",
"ethers": "^5.4.1",
"ethers-multicall": "^0.2.3",
"flipdown": "^0.3.2",
"global": "^4.4.0",
"lodash": "^4.17.21",
"magic-sdk": "^8.1.1",
"material-ui-image": "^3.3.2",
"moment": "^2.29.1",
"moralis": "^1.8.0",
"moralis-admin-cli": "^2.1.16",
"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-device-detect": "^2.1.2",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.3.5",
"react-loading-skeleton": "^2.1.1",
"react-moralis": "^1.4.0",
"react-redux": "^7.2.1",
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^6.3.0",
"react-scripts": "3.4.1",
"react-spring": "^8.0.27",
"react-tsparticles": "^1.41.2",
"redux-localstorage-simple": "^2.3.1",
"remixd": "^0.2.4",
"sass": "^1.49.7",
"styled-components": "^5.1.1",
"styled-system": "^5.1.5",
"typescript": "^4.7.4",
"use-wallet": "OGBoogieTomb/use-wallet",
"web3": "^1.2.11",
"yarn": "^1.22.17"
},
"scripts": {
"start": "react-scripts start",
"build": "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/lodash": "^4.14.181",
"@types/numeral": "0.0.28",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.2",
"prettier": "2.3.1",
"react-error-overlay": "6.0.9"
}
}