@neo-one/simulation-react
Version:
NEO•ONE Simulation - Bootstrap a decentralized app with NEO•ONE and React.
19 lines (18 loc) • 460 B
JSON
{
"name": "@neo-one/simulation-react-template",
"version": "1.0.0-alpha.56",
"private": true,
"dependencies": {
"@babel/polyfill": "7.0.0-beta.51",
"@neo-one/client": "^1.0.0-alpha.56",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}