Last active
December 15, 2023 17:48
-
-
Save gwmccubbin/fb80787126657d3274584ffb3d415650 to your computer and use it in GitHub Desktop.
Bootcamp Package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bootcamp", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@testing-library/jest-dom": "^5.16.4", | |
"@testing-library/react": "^13.1.1", | |
"@testing-library/user-event": "^13.5.0", | |
"dotenv": "^16.0.0", | |
"lodash": "^4.17.21", | |
"moment": "^2.29.1", | |
"react": "^18.0.0", | |
"react-apexcharts": "^1.3.9", | |
"react-blockies": "^1.4.1", | |
"react-dom": "^18.0.0", | |
"react-redux": "^7.2.6", | |
"react-scripts": "5.0.1", | |
"redux": "^4.1.2", | |
"redux-devtools-extension": "^2.13.9", | |
"redux-thunk": "^2.4.1", | |
"reselect": "^4.1.5", | |
"web-vitals": "^2.1.4" | |
}, | |
"scripts": { | |
"start": "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" | |
] | |
}, | |
"devDependencies": { | |
"@nomicfoundation/hardhat-toolbox": "^1.0.2", | |
"@nomiclabs/hardhat-ethers": "^2.0.5", | |
"chai": "^4.3.6", | |
"ethers": "^5.5.4", | |
"hardhat": "^2.10.1" | |
} | |
} |
yes ! i just left that project . Gregory is not at all concerned about the course anymore he is just trying to make money that's all
**Hey guys just wanted to say hi! **
I'm new around here so excited, I'm almost done with the blockchain bootcamp, and Gregory has been a great teacher to me, his assistance Justin is awesome also. When I started, I didn't know anything about computers. I just deployed my first erc20 token a few days ago to the polygon network and have a nft collection on open sea. thank you dapp university!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
are you still having this error?