mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
38 lines
928 B
JSON
38 lines
928 B
JSON
{
|
|
"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",
|
|
"deploy": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"graphene"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"codemirror": "5.9.0",
|
|
"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",
|
|
"radium": "0.14.2",
|
|
"react-burger-menu": "1.4.12",
|
|
"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"
|
|
}
|
|
}
|