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

32 lines
790 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-theme-code-notes": "^1.15.1",
"gzipper": "^4.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"theme-ui": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/RealOrangeOne/notes"
},
"bugs": {
"url": "https://github.com/RealOrangeOne/notes/issues"
}
}