Initial commit from Create Eth App
This commit is contained in:
49
packages/react-app/package.json
Normal file
49
packages/react-app/package.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "@my-app/react-app",
|
||||
"version": "1.0.0",
|
||||
"homepage": "./",
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user