mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-06 23:23:08 +00:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "react-uniswap",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.14.3",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"bignumber": "^1.1.0",
|
|
"bootstrap": "^5.0.1",
|
|
"ethers": "^5.4.1",
|
|
"gh-pages": "^3.2.3",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.6.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-markdown": "^6.0.2",
|
|
"react-native": "^0.64.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"remark-gfm": "^1.0.0",
|
|
"web-vitals": "^1.0.1",
|
|
"web3": "^1.3.6",
|
|
"@material-ui/core": "^4.12.2",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"prop-types": "^15.7.2",
|
|
"notistack": "^1.0.10"
|
|
},
|
|
"scripts": {
|
|
"deploy": "gh-pages -d build",
|
|
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts 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"
|
|
]
|
|
}
|
|
} |