48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
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:start": "pnpm --filter back start",
|
|
"back:dev": "pnpm --filter back dev",
|
|
"back:build": "pnpm --filter back build",
|
|
"back:upgrade": "pnpm --filter back upgrade",
|
|
"back:public-proxy": "pnpm --filter back public-proxy",
|
|
"front:dev": "pnpm --filter front dev",
|
|
"front:build": "pnpm --filter front build",
|
|
"front:preview": "pnpm --filter front preview",
|
|
"front:serve": "pnpm --filter front serve",
|
|
"e2e:open": "pnpm --filter e2e open"
|
|
},
|
|
"dependencies": {
|
|
"prettier": "^3.6.2"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"strapi-plugin-webp-converter@1.0.4": "patches/strapi-plugin-webp-converter.patch"
|
|
}
|
|
}
|
|
}
|