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