Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 17, 2019 05:57
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 luandevpro/c21263b7ac2a2e3562d419619f1dff6c to your computer and use it in GitHub Desktop.
Save luandevpro/c21263b7ac2a2e3562d419619f1dff6c to your computer and use it in GitHub Desktop.
{
"name": "nextjs-ssr",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "node index",
"build": "next build",
"start": "NODE_ENV=production node index.js",
"lint": "eslint components pages lib"
},
"license": "MIT",
"dependencies": {
"@apollo/react-hooks": "^3.0.0",
"@apollo/react-ssr": "^3.0.0",
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link": "^1.2.12",
"apollo-link-context": "^1.0.18",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"apollo-link-ws": "^1.0.18",
"apollo-utilities": "^1.3.2",
"aws-sdk": "^2.507.0",
"axios": "^0.19.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"firebase": "^6.3.4",
"firebase-admin": "^8.3.0",
"graphql": "^14.4.2",
"graphql-request": "^1.8.2",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"next": "^9.0.3",
"next-apollo": "^3.0.3",
"next-with-apollo": "^4.2.0",
"node-fetch": "^2.6.0",
"nookies": "^2.0.8",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-apollo-hooks": "^0.5.0",
"react-dom": "^16.8.6",
"react-jss": "^8.6.1",
"styled-components": "^4.3.2",
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment