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

30 lines
620 B
JSON

{
"name": "notes",
"description": "",
"private": true,
"version": "0.0.0",
"main": "index.js",
"author": {
"name": "Zander Martineau",
"url": "https://zander.wtf"
},
"license": "MIT",
"scripts": {
"build": "gatsby clean && gatsby build",
"start": "gatsby develop"
},
"dependencies": {
"gatsby": "^2.23.18",
"gatsby-theme-code-notes": "^1.15.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/RealOrangeOne/notes"
},
"bugs": {
"url": "https://github.com/RealOrangeOne/notes/issues"
}
}