mirror of
https://github.com/oceanprotocol/status
synced 2024-11-22 01:36:59 +01:00
52ea6a80db
Bumps [eslint](https://github.com/eslint/eslint) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.1.0...v7.2.0) Signed-off-by: dependabot[bot] <support@github.com>
67 lines
1.9 KiB
JSON
67 lines
1.9 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": "next dev",
|
|
"build": "next build",
|
|
"serve": "next start",
|
|
"analyze": "ANALYZE=true next build",
|
|
"test": "npm run lint && NODE_ENV=test jest --silent",
|
|
"test:watch": "npm run lint && NODE_ENV=test jest --watch",
|
|
"lint": "eslint --ignore-path .gitignore --ext .js --ext .jsx .",
|
|
"format": "prettier --ignore-path .gitignore **/**/*.{css,yml,js,jsx,ts,tsx,json} --write"
|
|
},
|
|
"dependencies": {
|
|
"@ethereum-navigator/atlas": "^0.7.1",
|
|
"@oceanprotocol/art": "^2.2.0",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"axios": "^0.19.2",
|
|
"ethereumjs-units": "^0.2.0",
|
|
"next": "^9.4.4",
|
|
"next-seo": "^4.5.0",
|
|
"next-svgr": "^0.0.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "^9.4.4",
|
|
"@testing-library/jest-dom": "^5.9.0",
|
|
"@testing-library/react": "^10.2.1",
|
|
"@types/bn.js": "^4.11.6",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/next-seo": "^1.10.0",
|
|
"@types/node": "^14.0.11",
|
|
"@types/react": "^16.9.35",
|
|
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
|
"@typescript-eslint/parser": "^3.1.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"jest": "^26.0.1",
|
|
"prettier": "^2.0.5",
|
|
"ts-jest": "^26.1.0",
|
|
"typescript": "^3.9.5",
|
|
"webpack": "^4.43.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|