chore: Gatsby fresh install

This commit is contained in:
Aitor Urrutia
2022-01-14 19:56:47 +01:00
parent 6da4ef5eb8
commit 851afd0c66
9 changed files with 5611 additions and 176 deletions

33
front/package.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "front",
"version": "1.0.0",
"private": true,
"description": "Laba webgunerako front-a",
"author": "Laba Sarea",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.2",
"gatsby": "^4.5.2",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-react-helmet": "^5.5.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-transformer-sharp": "^4.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.3"
}
}