mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
483d9d0771
* Fixed a bug where links on video pages were sometimes invalid. * Technical: Use react-query for fetch requests and removed SWR. * Technical: Splitted search page in seperate rendered pages. * This means no more .htaccess workarounds are necessary.
54 lines
1.9 KiB
JSON
54 lines
1.9 KiB
JSON
{
|
|
"name": "anime-themes",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"build-with-paths": "gatsby build --prefix-paths"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
"babel-plugin-prismjs": "^2.0.1",
|
|
"babel-plugin-styled-components": "^1.11.1",
|
|
"babel-preset-gatsby": "^1.3.0",
|
|
"common-tags": "^1.8.0",
|
|
"dotenv": "^8.2.0",
|
|
"esm": "^3.2.25",
|
|
"framer-motion": "^4.1.3",
|
|
"gatsby": "^3.8.1",
|
|
"gatsby-plugin-fontawesome-css": "^1.1.0",
|
|
"gatsby-plugin-layout": "^2.3.0",
|
|
"gatsby-plugin-manifest": "^3.3.0",
|
|
"gatsby-plugin-react-helmet": "^4.3.0",
|
|
"gatsby-plugin-root-import": "^2.0.6",
|
|
"gatsby-plugin-sass": "^4.3.0",
|
|
"gatsby-plugin-styled-components": "^4.3.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.24.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-query": "^3.18.1",
|
|
"sass": "^1.32.8",
|
|
"styled-components": "^5.2.0",
|
|
"styled-system": "^5.1.5",
|
|
"use-debounce": "^6.0.1",
|
|
"use-media": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hot-loader/react-dom": "^17.0.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.21.0",
|
|
"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-extract-schema": "^0.1.0"
|
|
}
|
|
}
|