Created
March 27, 2018 11:58
-
-
Save zhigang1992/ce61fb496e81de25d9a698fd57392584 to your computer and use it in GitHub Desktop.
blockchainbootstrap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "awesomeblockchainapp", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"react": "^16.2.0", | |
"react-dom": "^16.2.0", | |
"react-scripts": "1.1.1" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject", | |
"chain": "ganache-cli", | |
"deploy": "cd contract && truffle migrate", | |
"soltest": "cd contract && truffle test", | |
"surge": "surge --project build --domain awesomeblockchainapp.surge.sh" | |
}, | |
"devDependencies": { | |
"ganache-cli": "^6.1.0", | |
"surge": "^0.20.1", | |
"truffle": "^4.1.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment