-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1006 Bytes
/
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
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"0x.js": "^0.35.0",
"@0xproject/subproviders": "^0.8.4",
"axios": "^0.18.0",
"bignumber.js": "^6.0.0",
"blockies-identicon": "^0.1.0",
"bluebird": "^3.5.1",
"cron": "^1.3.0",
"formsy-react": "^1.1.4",
"formsy-semantic-ui-react": "^0.3.2",
"identicon.js": "^2.3.1",
"qrcode": "^1.2.0",
"qrcode-react": "^0.1.16",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-notification-system": "^0.2.17",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.79.0",
"socket.io-client": "^2.1.0",
"store": "^2.0.12",
"truffle-wallet-provider": "^0.0.5",
"web3": "0.20.4",
"web3-provider-engine": "^14.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}