forked from nhatminh12369/etherchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 709 Bytes
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
{
"name": "etherchat",
"version": "1.0.0",
"description": "Decentralized messaging on Ethereum network",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "next dev -p 3213",
"build": "next build",
"start": "next start -p 3213"
},
"author": "Minh Nguyen",
"license": "MIT",
"dependencies": {
"ethereumjs-tx": "^1.3.4",
"ethereumjs-wallet": "^0.6.0",
"flux": "^3.1.3",
"fs-extra": "^5.0.0",
"ganache-cli": "^6.1.0",
"mocha": "^5.0.4",
"next": "^4.1.4",
"react": "^16.2.0",
"react-dom": "^16.3.0",
"semantic-ui-react": "^0.79.0",
"solc": "^0.4.21",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.26"
}
}