mirror of
https://github.com/oceanprotocol/react-tutorial
synced 2024-11-22 01:36:58 +01:00
22 lines
536 B
JSON
22 lines
536 B
JSON
{
|
|
"name": "react-tutorial",
|
|
"version": "1.0.0",
|
|
"description": "React + squid.js interacting in the most minimal way with Ocean Protocol.",
|
|
"dependencies": {
|
|
"@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"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|