54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@my-app/react-app",
|
|
"version": "1.0.0",
|
|
"homepage": "swap.technikoin.com",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@my-app/contracts": "^1.0.0",
|
|
"@apollo/client": "^3.5.10",
|
|
"@ethersproject/contracts": "^5.6.0",
|
|
"@ethersproject/providers": "^5.6.0",
|
|
"@testing-library/dom": "^8.11.3",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^12.1.4",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/react": "^17.0.40",
|
|
"@usedapp/core": "^1.1.5",
|
|
"ethers": "^5.7.0",
|
|
"graphql": "^16.3.0",
|
|
"ipfs-deploy": "^11.2.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"styled-components": "^5.3.3",
|
|
"@uniswap/sdk": "^3.0.2",
|
|
"@uniswap/v2-core": "^1.0.1",
|
|
"@uniswap/v2-periphery": "^1.1.0-beta.0",
|
|
"web3": "^1.7.5"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"ipfs": "yarn build && ipfs-deploy build/",
|
|
"start": "react-scripts start",
|
|
"test": "react-scripts test"
|
|
}
|
|
}
|