* 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
40 lines
896 B
JSON
40 lines
896 B
JSON
{
|
|
"name": "laba-webgunea",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Laba sarerako webgunea",
|
|
"keywords": [
|
|
"laba",
|
|
"webgunea",
|
|
"labasarea",
|
|
"laba.eus"
|
|
],
|
|
"homepage": "https://github.com/labasarea/laba-webgunea#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/labasarea/laba-webgunea/issues"
|
|
},
|
|
"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"
|
|
}
|
|
}
|