2019-12-11 19:02:42 +00:00
|
|
|
{
|
2019-12-14 23:24:49 +00:00
|
|
|
"name": "ctdo-homepage",
|
2019-12-11 19:02:42 +00:00
|
|
|
"private": true,
|
|
|
|
"description": "A simplified bare-bones starter for Gatsby",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gatsby build",
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
2020-01-23 18:12:00 +00:00
|
|
|
"start": "yarn develop",
|
2019-12-11 19:02:42 +00:00
|
|
|
"serve": "gatsby serve",
|
|
|
|
"clean": "gatsby clean",
|
|
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-12 23:03:04 +00:00
|
|
|
"@mdx-js/mdx": "^1.5.1",
|
|
|
|
"@mdx-js/react": "^1.5.1",
|
2021-05-15 20:08:57 +00:00
|
|
|
"gatsby": "^3.5.0",
|
2021-05-15 20:36:47 +00:00
|
|
|
"gatsby-plugin-catch-links": "^3.5.0",
|
2021-05-15 20:08:57 +00:00
|
|
|
"gatsby-plugin-image": "^1.5.0",
|
|
|
|
"gatsby-plugin-mdx": "^2.5.0",
|
|
|
|
"gatsby-plugin-react-helmet": "^4.5.0",
|
|
|
|
"gatsby-plugin-sharp": "^3.5.0",
|
|
|
|
"gatsby-remark-images": "^5.2.0",
|
|
|
|
"gatsby-source-filesystem": "^3.5.0",
|
|
|
|
"gatsby-transformer-remark": "^4.2.0",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-helmet": "^6.1.0"
|
2019-12-11 19:02:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-15 20:08:57 +00:00
|
|
|
"prettier": "^2.3.0"
|
2019-12-11 19:02:42 +00:00
|
|
|
}
|
|
|
|
}
|