Files
animethemes-web/package.json
T
Manuel S 203f05e4e8 refactor: Smaller code improvements (#24)
* Added custom ESLint configuration
* Made text components inherit color if not otherwise specified
* Also small changes to search result card descriptions
2020-11-25 02:16:10 +01:00

46 lines
1.5 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",
"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",
"node-fetch": "^2.6.1",
"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"
}
}