mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
37 lines
816 B
JSON
37 lines
816 B
JSON
{
|
|
"name": "commons-marketplace",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"@oceanprotocol/squid": "^0.2.7",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"web3": "^1.0.0-beta.37"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "23.3.12",
|
|
"@types/node": "10.12.18",
|
|
"@types/react": "16.7.20",
|
|
"@types/react-dom": "16.0.11",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.3",
|
|
"typescript": "3.2.4"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|