2020-09-28 22:04:20 +01:00
|
|
|
{
|
|
|
|
"name": "notes",
|
|
|
|
"description": "",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"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",
|
2020-09-29 08:51:45 +01:00
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"theme-ui": "^0.3.1"
|
2020-09-28 22:04:20 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RealOrangeOne/notes"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/RealOrangeOne/notes/issues"
|
|
|
|
}
|
|
|
|
}
|