{ "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": { "@strapi/plugin-graphql": "^4.15.5", "dayjs": "^1.11.10", "gatsby": "^5.12.11", "gatsby-plugin-image": "^3.12.3", "gatsby-plugin-manifest": "^5.12.3", "gatsby-plugin-react-helmet": "^6.12.0", "gatsby-plugin-react-svg": "^3.3.0", "gatsby-plugin-sass": "^6.12.3", "gatsby-plugin-sharp": "^5.12.3", "gatsby-plugin-sitemap": "^6.12.3", "gatsby-plugin-webfonts": "^2.3.2", "gatsby-source-strapi-graphql": "^6.1.2", "gatsby-transformer-sharp": "^5.12.3", "raw-loader": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-markdown": "^8.0.7", "remark-gfm": "^3.0.1", "sass": "^1.69.5", "typescript-plugin-css-modules": "^5.0.2" }, "devDependencies": { "@types/react-helmet": "^6.1.11", "gatsby-source-rest-api": "^0.2.3", "prettier": "^3.1.0", "qs": "^6.11.2" } }