forked from Uniswap/interface
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
82 lines (82 loc) · 2.21 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
{
"name": "casperswap",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14.x"
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@mui/lab": "^5.0.0-alpha.65",
"@mui/material": "^5.3.0",
"@syncfusion/ej2-react-inputs": "^19.1.54",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"casper-js-sdk": "^2.7.5",
"clsx": "^1.1.1",
"ethereumjs-tx": "^2.1.2",
"express": "^4.17.1",
"firebase": "^7.14.0",
"ipfs-api": "^26.1.2",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.11",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"notistack": "^1.0.3",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
"react-3d-cube": "^1.0.5",
"react-animated-slider": "^2.0.0",
"react-bootstrap": "^1.0.0",
"react-bootstrap-range-slider": "^3.0.3",
"react-circular-progressbar": "^2.0.3",
"react-countdown": "^2.3.1",
"react-country-region-selector": "^2.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-datetime-picker": "^3.2.0",
"react-dom": "^16.12.0",
"react-intl-tel-input": "^8.0.4",
"react-number-format": "^4.4.4",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-window-size": "^1.2.2",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"semantic-ui-react": "^0.88.2",
"simplebar-react": "^2.3.0",
"ts-results": "^3.3.0",
"web3": "^1.3.4",
"webpack": "4.42.0"
},
"scripts": {
"start": "react-scripts start",
"reactStart": "react-scripts start",
"build": "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"
]
}
}