mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 23:09:03 +00:00
Jake Howard
62baca6e51
I hate it, it's nasty, but it actually works. Until https://github.com/mrmartineau/gatsby-theme-code-notes/issues/65 is fixed, it's the best I can do
31 lines
799 B
JSON
31 lines
799 B
JSON
{
|
|
"name": "notes",
|
|
"description": "",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby clean && gatsby build",
|
|
"start": "gatsby develop",
|
|
"compress": "gzipper compress -e gz --verbose public/ public/",
|
|
"release": "npm run build && npm run compress"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^2.23.18",
|
|
"gatsby-plugin-robots-txt": "^1.5.3",
|
|
"gatsby-plugin-sitemap": "^2.4.14",
|
|
"gatsby-plugin-sri": "^1.1.0",
|
|
"gatsby-theme-code-notes": "^1.15.1",
|
|
"gzipper": "^4.0.2",
|
|
"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"
|
|
}
|
|
}
|