mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 10:57:46 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^7.0.0-alpha.0",
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@fortawesome/fontawesome-pro": "^6.2.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/pro-light-svg-icons": "^6.2.0",
|
|
"@fortawesome/pro-regular-svg-icons": "^6.2.0",
|
|
"@fortawesome/pro-solid-svg-icons": "^6.2.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@mui/icons-material": "^5.8.4",
|
|
"@mui/material": "^5.8.7",
|
|
"@rainbow-me/rainbowkit": "^0.7.1",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"buffer": "^6.0.3",
|
|
"dotenv": "^16.0.3",
|
|
"dotenv-webpack": "^8.0.1",
|
|
"ethers": "^5.5.1",
|
|
"ipfs-only-hash": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "5.0.0",
|
|
"siwe": "^1.1.6",
|
|
"wagmi": "^0.6.8",
|
|
"web-vitals": "^2.1.4",
|
|
"webpack": "^5.74.0"
|
|
},
|
|
"scripts": {
|
|
"start": "WATCHBACK_POLLING=true craco start",
|
|
"build": "CI=false && craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|