gatsby-starter-deck/package.json
Fabian Schultz 52716a57fb Fix deps.
2018-07-30 11:18:48 -04:00

38 lines
1.1 KiB
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.192",
"gatsby-cli": "^1.1.39",
"gatsby-link": "^1.6.36",
"gatsby-plugin-offline": "^1.0.13",
"gatsby-plugin-postcss-sass": "^1.0.16",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-source-filesystem": "^1.5.18",
"gatsby-transformer-remark": "^1.7.44",
"history": "^4.7.2",
"react-swipeable": "^4.2.0",
"react-transition-group": "^2.2.1",
"remark": "^9.0.0",
"remark-html": "^7.0.0",
"remark-preset-lint-recommended": "^3.0.2"
},
"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.10.2"
}
}