Created
April 22, 2020 06:59
-
-
Save 0x1ad2/1e54da9df8eef39db0984d61f14bd84e to your computer and use it in GitHub Desktop.
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": "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