2019-08-09 12:01:40 +02:00
|
|
|
{
|
|
|
|
"name": "react-tutorial",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "React + squid.js interacting in the most minimal way with Ocean Protocol.",
|
|
|
|
"dependencies": {
|
2019-11-20 11:45:16 +01:00
|
|
|
"@oceanprotocol/squid": "^1.0.0-beta.6",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"react-scripts": "^3.2.0",
|
|
|
|
"web3": "^1.2.4"
|
2019-08-09 12:01:40 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
2019-08-09 14:14:18 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
]
|
2019-08-09 12:14:18 +02:00
|
|
|
}
|