You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
strapi-guitar-school/package.json

41 lines
1.1 KiB

{
"name": "guitar-backend",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"predevelop": "docker-compose up -d",
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"build:staging": "npm run build",
"postbuild:staging": "node scripts/strapi/build-staging.js"
},
"dependencies": {
"@strapi/plugin-i18n": "4.6.0",
"@strapi/plugin-users-permissions": "4.6.0",
"@strapi/provider-email-nodemailer": "4.5.6",
"@strapi/strapi": "^4.6.0",
"@strapi/utils": "4.5.6",
"better-sqlite3": "7.4.6",
"mysql": "2.18.1",
"pg": "8.8.0",
"strapi-plugin-import-export-entries": "1.18.0",
"strapi-plugin-meilisearch": "^0.9.1",
"strapi-plugin-menus": "1.2.1",
"strapi-plugin-populate-deep": "1.1.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "14ad2cf8-0cd5-45c8-b98d-62eafdee7d51"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}