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",
|
2021-01-17 12:57:07 +00:00
|
|
|
"start": "gatsby develop"
|
2020-09-28 22:04:20 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"gatsby": "^2.23.18",
|
2020-10-01 19:21:34 +01:00
|
|
|
"gatsby-plugin-plausible": "^0.0.6",
|
2020-09-30 17:03:00 +01:00
|
|
|
"gatsby-plugin-robots-txt": "^1.5.3",
|
|
|
|
"gatsby-plugin-sitemap": "^2.4.14",
|
2020-09-30 17:25:14 +01:00
|
|
|
"gatsby-plugin-sri": "^1.1.0",
|
2020-09-28 22:04:20 +01:00
|
|
|
"gatsby-theme-code-notes": "^1.15.1",
|
|
|
|
"react": "^16.13.1",
|
2020-10-01 17:55:59 +01:00
|
|
|
"react-dom": "^16.13.1"
|
2020-09-28 22:04:20 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RealOrangeOne/notes"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/RealOrangeOne/notes/issues"
|
|
|
|
}
|
|
|
|
}
|