forked from Switcheo/zilswap-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 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
108
109
110
{
"name": "zilswap-webapp",
"version": "1.0.0",
"main": "index.js",
"author": "Switcheo",
"license": "MIT",
"dependencies": {
"@date-io/dayjs": "^2.10.8",
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"@material-ui/lab": "^4.0.0-alpha.26",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "~4.11.4",
"@portis/web3": "^4.0.5",
"@toruslabs/torus-embed": "^1.10.20",
"@transak/transak-sdk": "^1.0.28",
"@types/lodash": "^4.14.172",
"@types/react-datepicker": "^4.1.7",
"@walletconnect/web3-provider": "^1.4.1",
"@zilliqa-js/zilliqa": "^2.2.0",
"authereum": "^0.1.14",
"bignumber.js": "^9.0.0",
"buffer": "^6.0.3",
"carbon-js-sdk": "^0.2.13",
"classnames": "^2.2.6",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.10.4",
"decimal.js": "^10.2.0",
"ethers": "^5.5.1",
"fortmatic": "^2.2.1",
"jss": "10.9.0",
"jss-plugin-compose": "^10.9.0",
"jss-plugin-extend": "^10.9.0",
"lightweight-charts": "^3.3.0",
"notistack": "^1.0.9",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"qrcode": "^1.4.4",
"query-string": "^6.11.0",
"react": "^17.0.2",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.12.19",
"react-inlinesvg": "^2.1.1",
"react-perfect-scrollbar": "^1.5.3",
"react-redux": "^7.1.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-router-navigation-prompt": "^1.9.1",
"react-scripts": "4.0.3",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.3",
"validate.js": "^0.13.1",
"web3modal": "^1.9.4",
"zeeves-auth-sdk-js": "^2.0.0",
"zilswap-sdk": "^2.0.0-rc5"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"postbuild": "cp build/index.html build/ipfs-404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext js,ts,tsx src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/express": "^4.17.3",
"@types/jest": "^25.2.1",
"@types/material-ui": "^0.21.7",
"@types/node": "^13.9.1",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.4",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.3",
"@types/redux-logger": "^3.0.7",
"eslint-plugin-import": "^2.25.2",
"react-error-overlay": "6.0.9",
"redux-devtools-extension": "^2.13.8",
"typescript": "^3.8.3"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"bignumber.js": "^9.0.0"
}
}