Skip to content

Instantly share code, notes, and snippets.

@saikat
Created November 6, 2015 21:41
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 saikat/7c049222b2f488737867 to your computer and use it in GitHub Desktop.
Save saikat/7c049222b2f488737867 to your computer and use it in GitHub Desktop.
{
"name": "ground-control",
"private": true,
"description": "A tool to organize the political revolution",
"repository": "Bernie-2016/ground-control",
"version": "0.1.0",
"scripts": {
"start": "cd ./src/backend && babel-node ./server.js",
"update-schema": "babel-node ./src/backend/data/updateSchema.js"
},
"dependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-relay-plugin": "^0.3.0",
"express": "^4.13.1",
"express-graphql": "^0.3.0",
"graphql": "^0.4.2",
"graphql-relay": "^0.3.5",
"webpack": "^1.10.5",
"thinky": "^2.1.9",
"react": "^0.14.2",
"react-dom": "^0.14.0",
"react-relay": "^0.4.0",
"react-router": "^1.0.0-rc3",
"react-router-relay": "^0.7.0",
"history": "^1.12.5",
"bluebird": "^2.10.2",
"request-promise": "^1.0.1",
"radium": "^0.14.3",
"material-ui": "^0.13.0",
"moment": "^2.10.6",
"react-tap-event-plugin": "^0.2.1",
"fullcalendar": "^2.4.0",
"jquery": "^2.1.4",
"moment-timezone": "^0.4.1",
"bsd-api-auth": "^1.0.0",
"graphiql" : "^0.4.0"
},
"peerDependencies": {
"react":"^0.14.2"
},
"devDependencies": {
"webpack-dev-server": "^1.10.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment