feat: Added database source plugin (#40)

* Rewrote API source plugin to prepare for incremental builds.
* Changed the font to Nunito.
* Improved display of artist names.
* Fixed cover images not taking up the available space leading to too much whitespace.
* Fixed several margins.
This commit is contained in:
Manuel S
2021-03-29 02:37:16 +02:00
committed by GitHub
parent 869fd74228
commit 14d06fc190
41 changed files with 10345 additions and 1337 deletions
+11 -9
View File
@@ -17,16 +17,17 @@
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"framer-motion": "^3.10.2",
"gatsby": "^3.0.0",
"gatsby-plugin-create-client-paths": "^3.0.0",
"gatsby-plugin-fontawesome-css": "^1.0.0",
"gatsby-plugin-layout": "^2.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby": "^3.1.1",
"gatsby-plugin-create-client-paths": "^3.1.0",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-layout": "^2.1.0",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-root-import": "^2.0.6",
"gatsby-plugin-sass": "^4.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-plugin-styled-components": "^4.1.0",
"gatsby-source-animethemes": "file:plugins/gatsby-source-animethemes",
"gatsby-source-animethemes-db": "file:plugins/gatsby-source-animethemes-db",
"node-fetch": "^2.6.1",
"prismjs": "^1.23.0",
"react": "^17.0.1",
@@ -46,6 +47,7 @@
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.22.0",
"gatsby-plugin-eslint": "^3.0.0"
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-extract-schema": "^0.1.0"
}
}