1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-01 08:46:59 +01:00
notes/package.json
2022-09-09 16:08:22 +01:00

26 lines
585 B
JSON

{
"name": "notes",
"description": "",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby clean && gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/RealOrangeOne/notes"
}
}