mirror of
https://github.com/oceanprotocol/status
synced 2024-11-25 03:20:15 +01:00
58 lines
1.5 KiB
JSON
58 lines
1.5 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": "npm run lint && react-scripts test --coverage --watchAll=false",
|
|
"test:watch": "react-scripts test --coverage",
|
|
"lint": "eslint --ignore-path .gitignore --ext .js .",
|
|
"format": "prettier ./src/**/*.{js,scss,json} --write"
|
|
},
|
|
"dependencies": {
|
|
"@ethereum-navigator/atlas": "^0.5.1",
|
|
"@oceanprotocol/art": "^2.2.0",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"axios": "^0.19.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-scripts": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"eslint": "^6.7.1",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.7.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"jest-mock-axios": "^3.1.2",
|
|
"node-sass": "^4.13.0",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oceanprotocol/status"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js",
|
|
"!src/serviceWorker.js"
|
|
]
|
|
}
|
|
}
|