gatsby-starter-deck/package.json
2017-11-24 15:44:06 +01:00

31 lines
824 B
JSON

{
"name": "gatsby-deck",
"description": "Create presentations using Gatsby & React.",
"version": "1.0.0",
"author": "Fabian Schultz <desk@fabianschultz.com>",
"dependencies": {
"babel-plugin-include": "^1.2.0",
"gatsby": "^1.9.119",
"gatsby-cli": "^1.1.23",
"gatsby-link": "^1.6.28",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.8",
"history": "^4.7.2",
"react-transition-group": "^2.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.8.2"
}
}