{ "name": "notes", "description": "", "private": true, "version": "0.0.0", "license": "MIT", "scripts": { "build": "gatsby clean && gatsby build", "start": "gatsby develop", "prettier": "prettier --write ." }, "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" }, "devDependencies": { "prettier": "2.8.4" } }