mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "LivepeerEvents",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"ethers": "^5.4.4",
|
|
"http": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"md5": "^2.3.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-indiana-drag-scroll": "^2.1.0",
|
|
"react-markdown": "^7.1.1",
|
|
"react-paginate": "^8.1.2",
|
|
"react-redux": "^7.2.6",
|
|
"react-retro-hit-counter": "^1.0.1",
|
|
"react-router-dom": "^6.0.2",
|
|
"react-scripts": "3.2.0",
|
|
"redux": "^4.1.2",
|
|
"redux-thunk": "^2.4.1",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"proxy": "http://localhost:42609",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|