mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
d74c2d33bc
* #15 fix: Videos with multiple entries are now supported * fix: Fixed z-index issues and wrong entry tags display
50 lines
1.6 KiB
JSON
50 lines
1.6 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.30",
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"@reach/router": "^1.3.4",
|
|
"babel-plugin-styled-components": "^1.11.1",
|
|
"babel-preset-gatsby": "^0.7.0",
|
|
"dotenv": "^8.2.0",
|
|
"esm": "^3.2.25",
|
|
"framer-motion": "^2.9.4",
|
|
"gatsby": "^2.25.0",
|
|
"gatsby-plugin-create-client-paths": "^2.3.12",
|
|
"gatsby-plugin-fontawesome-css": "^1.0.0",
|
|
"gatsby-plugin-layout": "^1.3.12",
|
|
"gatsby-plugin-manifest": "^2.7.0",
|
|
"gatsby-plugin-react-helmet": "^3.5.0",
|
|
"gatsby-plugin-root-import": "^2.0.5",
|
|
"gatsby-plugin-styled-components": "^3.3.12",
|
|
"gatsby-source-animethemes": "file:plugins/gatsby-source-animethemes",
|
|
"node-fetch": "^2.6.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-media": "^2.0.0-rc.1",
|
|
"styled-components": "^5.2.0",
|
|
"swr": "^0.3.2",
|
|
"use-debounce": "^3.4.3"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"tabWidth": 4
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.12.7",
|
|
"eslint": "^7.14.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"gatsby-plugin-eslint": "^2.0.8"
|
|
}
|
|
}
|