Files
laba-webgunea/back/package.json
Aitor Urrutia 41b8661a10 Graphql erabiltzen du (#5)
* feat: graphql erabiltzen du

* node bertsioa jeisten du

* feat: netlify deployments sartzen du

* feat: token-a sortzen du

* chore: Gatsbyren aldagaiak berreskuratzen ditu

* fix: query-a konpontzen du
2023-06-26 19:28:03 +02:00

34 lines
769 B
JSON

{
"name": "back",
"private": true,
"version": "0.1.0",
"description": "Laba webgunerako kudeaketa",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-graphql": "^4.11.2",
"@strapi/plugin-i18n": "4.11.2",
"@strapi/plugin-users-permissions": "4.11.2",
"@strapi/strapi": "4.11.2",
"pg": "^8.11.0",
"pg-connection-string": "^2.6.0",
"sqlite3": "5.1.6",
"strapi-plugin-netlify-deployments": "^2.0.0"
},
"author": {
"name": "Laba Sarea"
},
"strapi": {
"uuid": "b0fa2552-2961-4886-8673-c2d7fe07b8a1"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}