You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
830 B
34 lines
830 B
6 years ago
|
{
|
||
|
"name": "gatsby-starter-default",
|
||
|
"description": "Gatsby default starter",
|
||
|
"version": "1.0.0",
|
||
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
||
|
"dependencies": {
|
||
|
"antd": "^3.9.2",
|
||
|
"gatsby": "^2.0.0",
|
||
|
"gatsby-plugin-manifest": "^2.0.2",
|
||
|
"gatsby-plugin-offline": "^2.0.5",
|
||
|
"gatsby-plugin-react-helmet": "^3.0.0",
|
||
|
"react": "^16.5.1",
|
||
|
"react-dom": "^16.5.1",
|
||
|
"react-helmet": "^5.2.0"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|