37 lines
911 B
JSON
37 lines
911 B
JSON
{
|
|
"name": "gatsby-starter-default",
|
|
"description": "Gatsby default starter",
|
|
"version": "1.0.0",
|
|
"author": "Hunter Chang",
|
|
"dependencies": {
|
|
"gatsby": "^2.2.9",
|
|
"gatsby-cli": "^2.5.14",
|
|
"gatsby-plugin-manifest": "^2.0.24",
|
|
"gatsby-plugin-offline": "^2.0.25",
|
|
"gatsby-plugin-react-helmet": "^3.0.10",
|
|
"gatsby-plugin-sass": "^2.0.11",
|
|
"node-sass": "^4.11.0",
|
|
"react": "^16.8.5",
|
|
"react-dom": "^16.8.5",
|
|
"react-helmet": "^5.2.0",
|
|
"react-images": "^0.5.19"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write '**/*.js'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.14.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
}
|
|
}
|