19 lines
403 B
JSON
19 lines
403 B
JSON
|
{
|
||
|
"name": "hello-world",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"ramda": "^0.25.0",
|
||
|
"react": "^16.0.0",
|
||
|
"react-dom": "^16.0.0",
|
||
|
"react-scripts": "1.0.14",
|
||
|
"web3": "^1.0.0-beta.23"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
}
|
||
|
}
|