mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "debug-web-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^4.5.0",
|
|
"react": "^16.13.1",
|
|
"react-bootstrap": "^1.3.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.21.5",
|
|
"@testing-library/jest-dom": "^5.11.2",
|
|
"@testing-library/react": "^10.4.7",
|
|
"@testing-library/user-event": "^11.0.0",
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|