mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 21:59:03 +00:00
29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"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.7.1"
|
|
}
|
|
}
|