graphene/docs/package.json

38 lines
911 B
JSON
Raw Normal View History

2015-11-21 21:33:29 +03:00
{
"name": "graphene-docs",
"version": "1.0.0",
"description": "Graphene docs",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && ./node_modules/.bin/gatsby build",
2015-11-21 21:33:29 +03:00
"deploy": "npm run build"
},
"keywords": [
"graphene"
],
"license": "MIT",
"dependencies": {
"codemirror": "5.9.0",
2016-07-18 19:35:38 +03:00
"copy-webpack-plugin": "0.2.0",
"es6-promise": "3.0.2",
"extract-text-webpack-plugin": "0.9.1",
"gatsby": "0.7.7",
"graphiql": "0.4.5",
"graphql": "0.4.13",
"jeet": "6.1.2",
"lodash": "3.10.1",
"nib": "1.1.0",
"react": "0.14.6",
2016-01-14 06:21:52 +03:00
"radium": "0.14.2",
"react-burger-menu": "1.4.12",
2016-07-18 19:35:38 +03:00
"react-document-title": "2.0.1",
"react-dom": "0.14.6",
"react-router": "0.13.5",
"rupture": "0.6.1",
"stylus-loader": "1.4.2",
"url-loader": "0.5.7",
"webpack": "1.12.9"
2015-11-21 21:33:29 +03:00
}
}