graphene/docs/package.json

31 lines
733 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": {
"copy-webpack-plugin": "^0.2.0",
2015-11-21 21:33:29 +03:00
"extract-text-webpack-plugin": "^0.9.1",
"gatsby": "^0.7.2",
2015-11-21 21:33:29 +03:00
"jeet": "^6.1.2",
"lodash": "^3.10.1",
2015-11-21 21:33:29 +03:00
"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",
2015-11-26 08:45:02 +03:00
"url-loader": "^0.5.7",
2015-11-21 21:33:29 +03:00
"webpack": "^1.12.9"
}
}