1
0
mirror of https://github.com/oceanprotocol/status synced 2024-11-25 11:28:40 +01:00
status/package.json

45 lines
1.1 KiB
JSON

{
"name": "@oceanprotocol/status",
"description": "Overview and status checks of all Ocean Protocol RPC network connections.",
"version": "0.1.0",
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@ethereum-navigator/atlas": "^0.4.0",
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1"
},
"devDependencies": {
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/oceanprotocol/status"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}