1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-05 16:03:52 +01:00
notes/package.json

27 lines
563 B
JSON
Raw Normal View History

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",
"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"
}
}