homepage/package.json

36 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-12-11 19:02:42 +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",
2022-06-07 19:38:45 +00:00
"gatsby": "^4.16.0",
"gatsby-plugin-catch-links": "^4.16.0",
"gatsby-plugin-image": "^2.16.0",
"gatsby-plugin-mdx": "^3.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-sharp": "^4.16.0",
"gatsby-remark-images": "^6.16.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-transformer-remark": "^5.16.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0"
2019-12-11 19:02:42 +00:00
},
"devDependencies": {
"prettier": "^2.3.0"
2019-12-11 19:02:42 +00:00
}
}