2020-09-28 22:04:20 +01:00
|
|
|
{
|
|
|
|
"name": "notes",
|
|
|
|
"description": "",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gatsby clean && gatsby build",
|
2022-09-09 17:11:51 +01:00
|
|
|
"start": "gatsby develop",
|
|
|
|
"prettier": "prettier --write ."
|
2020-09-28 22:04:20 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-07 12:01:32 +00:00
|
|
|
"gatsby": "3.15.0",
|
2022-09-09 16:08:22 +01:00
|
|
|
"gatsby-plugin-plausible": "0.0.7",
|
|
|
|
"gatsby-plugin-robots-txt": "1.7.1",
|
2022-12-07 12:01:32 +00:00
|
|
|
"gatsby-plugin-sitemap": "4.11.0",
|
2022-09-09 16:08:22 +01:00
|
|
|
"gatsby-plugin-sri": "1.1.0",
|
|
|
|
"gatsby-theme-code-notes": "2.3.0",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
2020-09-28 22:04:20 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RealOrangeOne/notes"
|
2022-09-09 17:11:51 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "2.7.1"
|
2020-09-28 22:04:20 +01:00
|
|
|
}
|
|
|
|
}
|