mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
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:
+11
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user