mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-20 09:21:11 +00:00
c68f00045a
* Revert "remove tombstones (#426)" This reverts commit aa6bab40e8ca8a5673cc8909f56f1ebaddb2e43c. * tombstones don't hide storage or account anymore * auto-format code by prettier (similar to gofmt) * wow, it works..... * small simplification, but need make it more clear * rebase to master * rebase to master * rebase to master * re-run ci * clean test files
46 lines
989 B
JSON
46 lines
989 B
JSON
{
|
|
"name": "debug-web-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^4.4.1",
|
|
"react": "^16.13.1",
|
|
"react-bootstrap": "^1.0.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.3.0",
|
|
"@testing-library/react": "^10.0.2",
|
|
"@testing-library/user-event": "^10.0.1",
|
|
"prettier": "^2.0.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"printWidth": 120
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|