Skip to content

Instantly share code, notes, and snippets.

@falehenrique
Created January 31, 2022 22:29
Show Gist options
  • Save falehenrique/0b6a130d0d90c033b7ad23ed7f42eef0 to your computer and use it in GitHub Desktop.
Save falehenrique/0b6a130d0d90c033b7ad23ed7f42eef0 to your computer and use it in GitHub Desktop.
{
"name": "decentragram",
"version": "0.1.0",
"description": "Decentralized Social Media",
"author": "Dapp University",
"homepage": ".",
"dependencies": {
"@truffle/hdwallet-provider": "^1.1.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"bootstrap": "^4.5.2",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"dotenv": "^8.2.0",
"identicon.js": "^2.3.3",
"ipfs-http-client": "^33.1.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.3",
"truffle": "^5.1.45",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"web3": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment