Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created July 1, 2016 13:52
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 chuck0523/cb5e34ee2095da46cb6007fd1070b447 to your computer and use it in GitHub Desktop.
Save chuck0523/cb5e34ee2095da46cb6007fd1070b447 to your computer and use it in GitHub Desktop.
{
"name": "realtime-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node devserver.js",
"build": "NODE_ENV=production webpack",
"update-schema": "babel-node ./scripts/updateSchema.js"
},
"metadata": {
"graphql": {
"schema": "./data/schema.json"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.14.0",
"express-graphql": "^0.5.3",
"graphql": "^0.6.0",
"graphql-relay": "^0.4.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-relay": "^0.9.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.11.0",
"babel-preset-stage-3": "^6.11.0",
"babel-relay-plugin": "^0.9.1",
"chokidar": "^1.6.0",
"json-loader": "^0.5.4",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment