{ "name": "front", "version": "1.0.0", "private": true, "description": "Laba webgunerako front-a", "author": "Laba Sarea", "keywords": [ "gatsby" ], "main": "gatsby-config.js", "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "prettier": "prettier . --write" }, "dependencies": { "@types/styled-components": "^5.1.20", "babel-plugin-styled-components": "^2.0.2", "gatsby": "^4.5.2", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-image": "^2.5.1", "gatsby-plugin-manifest": "^4.5.1", "gatsby-plugin-offline": "^5.5.2", "gatsby-plugin-react-helmet": "^5.5.0", "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-sharp": "^4.5.1", "gatsby-plugin-sitemap": "^5.5.0", "gatsby-plugin-styled-components": "^5.5.0", "gatsby-source-filesystem": "^4.5.1", "gatsby-source-strapi": "^1.0.2", "gatsby-transformer-sharp": "^4.5.0", "polished": "^4.1.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "styled-components": "^5.3.3" }, "devDependencies": { "@types/react-helmet": "^6.1.5", "prettier": "^2.5.1" } }