-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "blockswap",
"version": "0.1.0",
"private": true,
"dependencies": {
"0x.js": "^2.0.0",
"@0x/web3-wrapper": "^3.1.0",
"axios": "^0.18.0",
"big.js": "^5.1.2",
"bignumber.js": "^7.2.1",
"bluebird": "^3.5.1",
"bootstrap": "^4.1.1",
"ethjs": "^0.4.0",
"firebase": "^5.4.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-clipboard.js": "^2.0.1",
"react-datepicker": "^1.7.0",
"react-dom": "^16.5.2",
"react-loader-spinner": "^2.1.0",
"react-power-select": "^1.0.0-beta.14",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-svg": "6.0.17",
"react-toggle-display": "2.2.0",
"reactstrap": "^6.1.0",
"solc": "^0.4.24",
"web3": "^0.20.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}