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.
50 lines
1.3 KiB
50 lines
1.3 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",
|
|
"generate:staging": "node scripts/strapi/build-staging.js"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-i18n": "4.24.0",
|
|
"@strapi/plugin-users-permissions": "4.24.0",
|
|
"@strapi/provider-email-nodemailer": "4.24.0",
|
|
"@strapi/provider-upload-cloudinary": "4.24.0",
|
|
"@strapi/strapi": "4.24.0",
|
|
"@strapi/utils": "4.24.0",
|
|
"better-sqlite3": "9.5.0",
|
|
"cloudinary": "2.2.0",
|
|
"mysql": "2.18.1",
|
|
"pg": "8.11.5",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-router-dom": "5.2.0",
|
|
"strapi-plugin-import-export-entries": "1.23.1",
|
|
"strapi-plugin-menus": "1.6.1",
|
|
"strapi-plugin-populate-deep": "3.0.1",
|
|
"styled-components": "5.3.11"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"caniuse-lite": "^1.0.30001612",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|