Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/98dc487f650f88966c62afd28979d478 to your computer and use it in GitHub Desktop.
Save dclarke-modus/98dc487f650f88966c62afd28979d478 to your computer and use it in GitHub Desktop.
{
"name": "com_oauthmanager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors --watch --display-error-details"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment