react-tutorial/package.json

23 lines
556 B
JSON
Raw Normal View History

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": {
2020-03-30 12:28:11 +02:00
"@oceanprotocol/squid": "^2.0.0",
2019-11-20 11:45:16 +01:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
2019-12-09 12:56:13 +01:00
"react-scripts": "^3.3.0",
"web3": "^1.2.5",
"prettier": "^1.19.1"
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
}