Skip to content

Instantly share code, notes, and snippets.

@aswinzz
Created January 27, 2019 22:28
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 aswinzz/cff43e3ff51ff689454e5234308656cc to your computer and use it in GitHub Desktop.
Save aswinzz/cff43e3ff51ff689454e5234308656cc to your computer and use it in GitHub Desktop.
{
"name": "etl-demo",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"algoliasearch": "*",
"apollo-client": "^2.4.12",
"apollo-client-preset": "^1.0.8",
"apollo-link": "*",
"apollo-link-ws": "^1.0.12",
"apollo-utilities": "*",
"body-parser": "*",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.0",
"instantsearch.css": "^7.1.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^7.0.2",
"next-apollo": "^2.0.7",
"react": "^16.6.3",
"react-apollo": "^2.3.3",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.6.3",
"react-instantsearch-dom": "^5.3.2",
"subscriptions-transport-ws": "^0.9.15",
"uuid": "^3.3.2"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "node server.js"
},
"devDependencies": {
"css-loader": "^2.1.0",
"style-loader": "^0.23.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment