2018-02-12 09:28:31 -08:00
|
|
|
{
|
|
|
|
"name": "gatsby-starter-default",
|
|
|
|
"description": "Gatsby default starter",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
|
|
"dependencies": {
|
2018-07-05 08:40:52 -07:00
|
|
|
"antd": "^3.6.5",
|
|
|
|
"atob": "^2.1.1",
|
2018-07-03 10:05:28 -07:00
|
|
|
"btoa": "^1.2.1",
|
2018-07-05 08:40:52 -07:00
|
|
|
"gatsby": "^1.9.273",
|
|
|
|
"gatsby-link": "^1.6.45",
|
|
|
|
"gatsby-plugin-antd": "^1.0.12",
|
|
|
|
"gatsby-plugin-google-analytics": "^1.0.31",
|
|
|
|
"gatsby-plugin-less": "^1.1.8",
|
|
|
|
"gatsby-plugin-react-helmet": "^2.0.11",
|
|
|
|
"gatsby-plugin-react-next": "^1.0.11",
|
|
|
|
"gatsby-remark-prismjs": "^2.0.4",
|
|
|
|
"gatsby-source-filesystem": "^1.5.39",
|
|
|
|
"gatsby-transformer-remark": "^1.7.44",
|
2018-02-12 09:28:31 -08:00
|
|
|
"immutable": "^4.0.0-rc.9",
|
|
|
|
"react-helmet": "^5.2.0",
|
2018-07-05 08:40:52 -07:00
|
|
|
"react-syntax-highlighter": "^8.0.0",
|
2018-02-15 16:42:43 -08:00
|
|
|
"yoga-layout": "^1.9.3"
|
2018-02-12 09:28:31 -08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gatsby"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "n/a",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gatsby build",
|
2018-02-12 10:25:02 -08:00
|
|
|
"develop": "gatsby develop"
|
2018-02-12 09:28:31 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-09 10:55:48 -07:00
|
|
|
"prettier": "1.19.1"
|
2018-02-12 09:28:31 -08:00
|
|
|
}
|
|
|
|
}
|