gatsby-starter-deck/package.json

26 lines
679 B
JSON
Raw Normal View History

2017-11-24 02:22:47 +03:00
{
"name": "gatsby-deck",
"description": "Create presentations using Gatsby & React.",
"version": "1.0.0",
"author": "Fabian Schultz <desk@fabianschultz.com>",
"dependencies": {
"gatsby": "^1.9.119",
"gatsby-cli": "^1.1.23",
"gatsby-link": "^1.6.28",
"gatsby-plugin-react-helmet": "^1.0.8"
},
"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"
}
}