* 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
35 lines
869 B
JSON
35 lines
869 B
JSON
{
|
|
"name": "back",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Laba webgunerako kudeaketa",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Laba Sarea"
|
|
},
|
|
"scripts": {
|
|
"build": "strapi build",
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-graphql": "^4.15.5",
|
|
"@strapi/plugin-i18n": "4.15.5",
|
|
"@strapi/plugin-users-permissions": "4.15.5",
|
|
"@strapi/provider-upload-cloudinary": "^4.15.5",
|
|
"@strapi/strapi": "4.15.5",
|
|
"pg": "^8.11.3",
|
|
"pg-connection-string": "^2.6.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"sqlite3": "5.1.6",
|
|
"strapi-plugin-netlify-deployments": "^2.0.2",
|
|
"styled-components": "^5.2.1"
|
|
},
|
|
"strapi": {
|
|
"uuid": "b0fa2552-2961-4886-8673-c2d7fe07b8a1"
|
|
}
|
|
}
|