Skip to content

Instantly share code, notes, and snippets.

@0x1ad2
Created April 22, 2020 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x1ad2/1e54da9df8eef39db0984d61f14bd84e to your computer and use it in GitHub Desktop.
Save 0x1ad2/1e54da9df8eef39db0984d61f14bd84e to your computer and use it in GitHub Desktop.
{
"name": "devjam-dashboard",
"version": "1.0.0",
"description": "A small administrative dashboard for DevJam.",
"main": "index.js",
"author": "Dennis Bruijn",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"isomorphic-fetch": "^2.2.1",
"next": "^9.3.5",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment