-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "botchain-example-service",
"private": true,
"dependencies": {
"@rails/webpacker": "3.5",
"aes-js": "^3.1.1",
"axios": "^0.18.0",
"babel-preset-react": "^6.24.1",
"bip39": "^2.5.0",
"create-hash": "^1.2.0",
"ethereumjs-wallet": "^0.6.0",
"immutability-helper": "^2.7.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"multihashes": "^0.4.14",
"prop-types": "^15.6.1",
"qrcode.react": "^0.8.0",
"react": "^16.4.0",
"react-async-script": "^0.9.1",
"react-bootstrap": "^0.32.1",
"react-clipboard.js": "^2.0.1",
"react-dom": "^16.4.0",
"react-google-recaptcha": "^0.11.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"redux-form": "^7.3.0",
"redux-form-validators": "^2.7.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"web3": "^1.0.0-beta.34"
},
"devDependencies": {
"webpack-dev-server": "2.11.2"
}
}