Skip to content

Instantly share code, notes, and snippets.

@IkechukwuAbuah
Forked from gwmccubbin/package.json
Created September 4, 2022 12:14
Show Gist options
  • Save IkechukwuAbuah/6ffcbab2e99bc055f015cd3aef40c600 to your computer and use it in GitHub Desktop.
Save IkechukwuAbuah/6ffcbab2e99bc055f015cd3aef40c600 to your computer and use it in GitHub Desktop.
Bootcamp Package.json
{
"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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment