Skip to content

Instantly share code, notes, and snippets.

@croraf
Created July 13, 2019 10:17
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 croraf/8e760302c232f3a253d1173d6ec5391a to your computer and use it in GitHub Desktop.
Save croraf/8e760302c232f3a253d1173d6ec5391a to your computer and use it in GitHub Desktop.
{
"name": "dark-diagnosis-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --mode=development",
"compile": "webpack --mode=production",
"installAndCompile": "npm install && npm run compile",
"compileStatic": "webpack --mode=production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.2.0",
"connected-react-router": "^6.5.0",
"google-maps-react": "^2.0.2",
"history": "^4.9.0",
"jwt-decode": "^2.2.0",
"react": "^16.8.6",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-responsive": "^7.0.0",
"react-router-dom": "^5.0.1",
"react-sidebar": "^3.0.2",
"react-spinners": "^0.5.8",
"redux": "^4.0.4",
"redux-form": "^8.2.4",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"redux-devtools": "^3.5.0",
"resolve-url-loader": "^3.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment