1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-01 09:53:53 +01:00
notes/package.json

26 lines
585 B
JSON
Raw Normal View History

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",
"start": "gatsby develop"
2020-09-28 22:04:20 +01:00
},
"dependencies": {
2022-09-09 16:08:22 +01:00
"gatsby": "3.14.6",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sitemap": "4.10.0",
"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"
}
}