Guest User

package.json

a guest
Jan 31st, 2018
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "gatsby-starter-default",
  3.   "description": "Gatsby default starter",
  4.   "version": "1.0.0",
  5.   "author": "Kyle Mathews <[email protected]>",
  6.   "dependencies": {
  7.     "gatsby": "^1.9.158",
  8.     "gatsby-link": "^1.6.34",
  9.     "gatsby-plugin-react-helmet": "^2.0.3",
  10.     "gatsby-source-wordpress": "^2.0.52",
  11.     "lodash": "^4.17.4",
  12.     "react-helmet": "^5.2.0"
  13.   },
  14.   "keywords": [
  15.     "gatsby"
  16.   ],
  17.   "license": "MIT",
  18.   "main": "n/a",
  19.   "scripts": {
  20.     "build": "gatsby build",
  21.     "develop": "gatsby develop",
  22.     "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
  23.     "test": "echo \"Error: no test specified\" && exit 1"
  24.   },
  25.   "devDependencies": {
  26.     "prettier": "^1.10.2"
  27.   }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment