mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-04 18:25:14 +02:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "LivepeerEvents",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@mantine/core": "^4.2.12",
|
|
"@mantine/dates": "^4.2.12",
|
|
"@mantine/form": "^4.2.12",
|
|
"@mantine/hooks": "^4.2.12",
|
|
"@mantine/modals": "^4.2.12",
|
|
"@mantine/next": "^4.1.3",
|
|
"@mantine/notifications": "^4.2.12",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"dayjs": "^1.11.7",
|
|
"ethers": "^5.4.4",
|
|
"http": "^0.0.1-security",
|
|
"https": "^1.0.0",
|
|
"md5": "^2.3.0",
|
|
"react": "^18.2.0",
|
|
"react-circular-progressbar": "^2.0.4",
|
|
"react-dom": "^18.2.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": "^5.0.1",
|
|
"redux": "^4.1.2",
|
|
"redux-thunk": "^2.4.1",
|
|
"styled-components": "^5.3.3",
|
|
"victory": "^36.3.2"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|