-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 1.91 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
{
"name": "follow-swaps",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethersproject/address": "^5.0.10",
"@ethersproject/contracts": "^5.0.11",
"@ethersproject/providers": "^5.0.23",
"@ethersproject/solidity": "^5.0.9",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@uniswap/sdk": "^3.0.3",
"axios": "^0.21.1",
"babel-preset-react-app": "^10.0.0",
"base64-arraybuffer": "^0.2.0",
"big-integer": "^1.6.48",
"bignumber.js": "^9.0.1",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"cryptr": "^6.0.2",
"ethers": "^5.0.31",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"particles.js": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-banner": "^1.0.3",
"react-bootstrap": "^1.4.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-particles-js": "^3.4.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-stay-scrolled": "^7.1.0",
"react-vertical-timeline-component": "^3.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"server-helpers": "^0.1.6",
"socket.io": "^3.0.3",
"socket.io-client": "^3.0.3",
"use-socketio": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postbuild": "cp build/index.html templates/index.html"
},
"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": {
"node-sass": "^4.14.1"
}
}