react-tutorial/package.json

23 lines
555 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",
2020-03-30 12:33:55 +02:00
"prettier": "^2.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"web3": "^1.2.6"
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
}