chore: Gatsby fresh install
This commit is contained in:
33
front/package.json
Normal file
33
front/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user