gatsby-starter-deck/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2017-11-24 02:22:47 +03:00
{
"name": "gatsby-deck",
2018-07-30 18:22:26 +03:00
"description": "Create presentations using Gatsby, React & Markdown.",
"version": "2.0.0",
2017-11-24 02:22:47 +03:00
"author": "Fabian Schultz <desk@fabianschultz.com>",
"dependencies": {
"gatsby": "^2.2.0",
"gatsby-plugin-layout": "^1.0.1",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "^3.0.1",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.15",
"gatsby-transformer-sharp": "^2.1.9",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-swipeable": "^4.3.0",
"react-transition-group": "^2.4.0"
2017-11-24 02:22:47 +03:00
},
2017-11-24 02:28:54 +03:00
"keywords": [
"gatsby",
"gatsby-starter"
2017-11-24 02:28:54 +03:00
],
2017-11-24 02:22:47 +03:00
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"src/**/*.js\"",
2017-11-24 02:22:47 +03:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
2018-02-10 15:56:56 +03:00
"prettier": "^1.10.2"
2017-11-24 02:22:47 +03:00
}
}