Files
laba-webgunea/front/package.json
2022-03-22 08:49:51 +01:00

50 lines
1.4 KiB
JSON

{
"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-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-plugin-webfonts": "^2.2.1",
"gatsby-source-custom-api": "^2.3.5",
"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",
"react-responsive": "^9.0.0-beta.6",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"gatsby-source-rest-api": "^0.2.3",
"prettier": "^2.5.1",
"qs": "^6.10.3"
}
}