Sanferminak kentzen ditu (#9)

* chore: Strapi bertsioa igotzen du

* chore: Gatsby eguneratzen du

* chore: build-a konpontzen du

* feat: Sanferminak kentzen ditu

* feat: rimraf sartzen du

* chore: build-a ngrokekin lotzen du

* chore: karta eguneratzen du

* feat: karta eguneratzen du
This commit is contained in:
Aitor Urrutia
2023-12-07 12:46:06 +01:00
committed by GitHub
parent 9cfba79fe3
commit 8f14ee975d
28 changed files with 9447 additions and 10626 deletions

View File

@@ -1,33 +1,39 @@
{
"name": "laba-webgunea",
"version": "1.0.0",
"description": "Laba sarerako webgunea",
"private": true,
"workspaces": [
"back",
"front",
"e2e"
],
"scripts": {
"front": "yarn workspace front",
"back": "yarn workspace back",
"e2e": "yarn workspace e2e",
"heroku-postbuild": "yarn back build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labasarea/laba-webgunea.git"
},
"description": "Laba sarerako webgunea",
"keywords": [
"laba",
"webgunea",
"labasarea",
"laba.eus"
],
"author": "Laba Sarea",
"license": "ISC",
"homepage": "https://github.com/labasarea/laba-webgunea#readme",
"bugs": {
"url": "https://github.com/labasarea/laba-webgunea/issues"
},
"homepage": "https://github.com/labasarea/laba-webgunea#readme"
"repository": {
"type": "git",
"url": "git+https://github.com/labasarea/laba-webgunea.git"
},
"license": "ISC",
"author": "Laba Sarea",
"workspaces": [
"back",
"front",
"e2e"
],
"scripts": {
"back": "yarn workspace back",
"clear-node-modules": "yarn rimraf node_modules back/node_modules front/node_modules e2e/node_modules",
"e2e": "yarn workspace e2e",
"front": "yarn workspace front"
},
"resolutions": {
"@graphql-tools/schema": "8.5.1"
},
"devDependencies": {
"rimraf": "^5.0.5"
}
}