gatsby-starter-deck/package.json

38 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": {
2017-11-24 17:38:56 +03:00
"babel-plugin-include": "^1.2.0",
2018-02-10 15:56:56 +03:00
"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",
2017-11-24 02:28:54 +03:00
"gatsby-plugin-react-helmet": "^1.0.8",
2018-02-10 15:56:56 +03:00
"gatsby-source-filesystem": "^1.5.18",
2018-07-30 18:18:48 +03:00
"gatsby-transformer-remark": "^1.7.44",
2017-11-24 02:28:54 +03:00
"history": "^4.7.2",
2018-03-09 03:01:08 +03:00
"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"
2017-11-24 02:22:47 +03:00
},
2017-11-24 02:28:54 +03:00
"keywords": [
"gatsby"
],
2017-11-24 02:22:47 +03:00
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
2017-11-24 02:28:54 +03:00
"format": "prettier --trailing-comma es5 --no-semi --single-quote --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
}
}