Files
laba-webgunea/front/package.json
2022-01-14 19:56:47 +01:00

34 lines
881 B
JSON

{
"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"
}
}