graphene/docs/package.json

27 lines
624 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",
2015-11-26 02:25:03 +03:00
"build": "npm install -g gatsby && npm install && gatsby build",
2015-11-21 21:33:29 +03:00
"deploy": "npm run build"
},
"keywords": [
"graphene"
],
"license": "MIT",
"dependencies": {
"extract-text-webpack-plugin": "^0.9.1",
"jeet": "^6.1.2",
"nib": "^1.1.0",
"react": "^0.14.3",
"react-document-title": "^2.0.1",
"react-router": "^0.13.5",
"rupture": "^0.6.1",
2015-11-21 21:33:29 +03:00
"stylus-loader": "^1.4.2",
"webpack": "^1.12.9"
}
}